JRQi commited on
Commit
c6b13e9
1 Parent(s): 50740c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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
  '''