JRQi commited on
Commit
89f544a
1 Parent(s): 4bfe332

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -100,13 +100,13 @@ with gr.Blocks(theme=gr.themes.Default(text_size=gr.themes.sizes.text_md)) as de
100
  )
101
  with gr.Row():
102
  with gr.Column(scale=1):
103
- gr.Image('icon_robot.png', height=40, width=40, min_width=40, show_label=False, show_share_button=False, interactive=False, container=False)
104
- with gr.Column(scale=3):
105
  tot_scores_1 = gr.Markdown(
106
  ''' ### <p style="text-align: center;"> Machine &ensp; ''' + str(int(0)) + ''' &ensp; VS &ensp; ''' + str(int(0)) + ''' &ensp; Human </p>'''
107
  )
108
  with gr.Column(scale=1):
109
- gr.Image('icon_user.png', height=40, width=40, min_width=40, show_label=False, show_share_button=False, interactive=False, container=False)
110
 
111
  gr.Markdown(
112
  ''' ## Like or Dislike
 
100
  )
101
  with gr.Row():
102
  with gr.Column(scale=1):
103
+ gr.Image('icon_robot.png', height=10, width=10, min_width=10, show_label=False, show_share_button=False, interactive=False, container=True)
104
+ with gr.Column(scale=5):
105
  tot_scores_1 = gr.Markdown(
106
  ''' ### <p style="text-align: center;"> Machine &ensp; ''' + str(int(0)) + ''' &ensp; VS &ensp; ''' + str(int(0)) + ''' &ensp; Human </p>'''
107
  )
108
  with gr.Column(scale=1):
109
+ gr.Image('icon_user.png', height=10, width=10, min_width=10, show_label=False, show_share_button=False, interactive=False, container=True)
110
 
111
  gr.Markdown(
112
  ''' ## Like or Dislike