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