sharjeel1477 commited on
Commit
e2961f0
·
1 Parent(s): 2eb4c7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -134,7 +134,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=formatted_css) as block_demo:
134
  value="FOLLOW UP", elem_id="buttonfollowup")
135
 
136
  submit_button.click(
137
- handleSubmit, [brain_name, enhancer_name, question, temperature, maxTokens], [output_text, memory],api_name="ask")
138
  followupButton.click(
139
  runAgent, [memory, followupquestion, temperature, maxTokens], [output_text, memory])
140
  block_demo.load(getBrains, [], brain_name)
 
134
  value="FOLLOW UP", elem_id="buttonfollowup")
135
 
136
  submit_button.click(
137
+ handleSubmit, [brain_name, enhancer_name, question, temperature, maxTokens], [output_text, memory])
138
  followupButton.click(
139
  runAgent, [memory, followupquestion, temperature, maxTokens], [output_text, memory])
140
  block_demo.load(getBrains, [], brain_name)