wop commited on
Commit
57c103a
·
1 Parent(s): 2ff54e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,6 +31,6 @@ iface = gr.Interface(
31
  gr.Textbox("Question"),
32
  gr.Textbox("Context"),
33
  gr.Button("get_context", get_context_func),
34
- gr.Button("ask_ai", live=False) # Setting live to False for manual control of updates
35
  ])
36
  iface.launch()
 
31
  gr.Textbox("Question"),
32
  gr.Textbox("Context"),
33
  gr.Button("get_context", get_context_func),
34
+ gr.Button("ask_ai")
35
  ])
36
  iface.launch()