Allen Park commited on
Commit
19b3d90
·
1 Parent(s): daf0054

fix(make submit button primary varient)

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -223,7 +223,7 @@ with gr.Blocks(theme=gr.themes.Default(font=[gr.themes.GoogleFont("Plus Jakarta
223
  answer = gr.Textbox(label="Answer")
224
  with gr.Row():
225
  clear_btn = gr.ClearButton([question, document, answer])
226
- submit_button = gr.Button("Submit")
227
  with gr.Column(scale=1):
228
  reasoning = gr.Textbox(label="Reasoning")
229
  score = gr.Textbox(label="Score (FAIL if Hallucinated, PASS if not)")
 
223
  answer = gr.Textbox(label="Answer")
224
  with gr.Row():
225
  clear_btn = gr.ClearButton([question, document, answer])
226
+ submit_button = gr.Button("Submit", variant="primary")
227
  with gr.Column(scale=1):
228
  reasoning = gr.Textbox(label="Reasoning")
229
  score = gr.Textbox(label="Score (FAIL if Hallucinated, PASS if not)")