natasha1704 commited on
Commit
5d81b4c
·
verified ·
1 Parent(s): 4c87695

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ def build_interface() -> gr.Blocks:
79
  placeholder="e.g. How has my sleep changed since starting Prozac last month?",
80
  )
81
  answer_box = gr.Textbox(label="Assistant", lines=8, interactive=False)
82
- ask_btn = gr.Button("Ask Assistant ▶️", variant="primary")
83
  ask_btn.click(
84
  fn=answer_sync,
85
  inputs=[
 
79
  placeholder="e.g. How has my sleep changed since starting Prozac last month?",
80
  )
81
  answer_box = gr.Textbox(label="Assistant", lines=8, interactive=False)
82
+ ask_btn = gr.Button("Explore Insights", variant="primary")
83
  ask_btn.click(
84
  fn=answer_sync,
85
  inputs=[