Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -93,7 +93,7 @@ Choose one of the three tasks below ... and start to play!
|
|
| 93 |
# tooltip=["Role", "Scores"],
|
| 94 |
|
| 95 |
# button_reset = gr.Button("Reset Scores")
|
| 96 |
-
logo = gr.Image('logo.png', height=
|
| 97 |
|
| 98 |
gr.Markdown(
|
| 99 |
''' ## Today's Scores
|
|
|
|
| 93 |
# tooltip=["Role", "Scores"],
|
| 94 |
|
| 95 |
# button_reset = gr.Button("Reset Scores")
|
| 96 |
+
logo = gr.Image('logo.png', height=230, width=640, min_width=80, show_label=False, show_share_button=False, interactive=False, container=False)
|
| 97 |
|
| 98 |
gr.Markdown(
|
| 99 |
''' ## Today's Scores
|