JRQi commited on
Commit
8972e03
1 Parent(s): 0a42158

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -70,8 +70,8 @@ with gr.Blocks(theme=gr.themes.Default(text_size=gr.themes.sizes.text_md)) as de
70
  #If you could successfully trick the AI into guessing the wrong gender, you get the score.
71
 
72
  )
73
- with gr.Column(scale=1):
74
- logo = gr.Image('logo.png', height=230, width=600, min_width=80, show_label=False, show_share_button=False, interactive=False, container=False)
75
 
76
 
77
  with gr.Tab("Like or Dislike"):
@@ -100,13 +100,13 @@ with gr.Blocks(theme=gr.themes.Default(text_size=gr.themes.sizes.text_md)) as de
100
  '''
101
  )
102
  with gr.Column(scale=1):
103
- gr.Image('icon_robot.png', height=80, width=80, min_width=80, show_label=False, show_share_button=False, interactive=False, container=False)
104
  with gr.Column(scale=4):
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=80, width=80, min_width=80, show_label=False, show_share_button=False, interactive=False, container=False)
110
 
111
  gr.Markdown(
112
  ''' ## Like or Dislike
 
70
  #If you could successfully trick the AI into guessing the wrong gender, you get the score.
71
 
72
  )
73
+ # with gr.Column(scale=1):
74
+ # logo = gr.Image('logo.png', height=230, width=600, min_width=80, show_label=False, show_share_button=False, interactive=False, container=False)
75
 
76
 
77
  with gr.Tab("Like or Dislike"):
 
100
  '''
101
  )
102
  with gr.Column(scale=1):
103
+ gr.Image('icon_robot.png', min_width=5, show_label=False, show_share_button=False, interactive=False, container=False)
104
  with gr.Column(scale=4):
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', min_width=5, show_label=False, show_share_button=False, interactive=False, container=False)
110
 
111
  gr.Markdown(
112
  ''' ## Like or Dislike