Docty commited on
Commit
c99576d
·
verified ·
1 Parent(s): 6d7d4df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ with gr.Blocks(theme=gr.themes.Soft(), title="GampaBot") as demo:
44
  elem_id="example-dropdown",
45
  interactive=True
46
  )
47
- eval_button = gr.Button("Solve Question", variant="primary", elem_id="solve-btn")
48
 
49
 
50
  with gr.Column(scale=1):
 
44
  elem_id="example-dropdown",
45
  interactive=True
46
  )
47
+ eval_button = gr.Button("Solve", variant="primary", elem_id="solve-btn")
48
 
49
 
50
  with gr.Column(scale=1):