Thiloid commited on
Commit
df59aef
·
verified ·
1 Parent(s): 6430501

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -212,7 +212,7 @@ with gr.Blocks(title="test") as demo:
212
  textbox = gr.Textbox(label="Deine Frage")
213
 
214
  def combined_response(prompt, history, dropdown_value):
215
- answer = response(prompt, history, dropdown_value)
216
  return history + [[prompt, answer]]
217
 
218
  submit_button = gr.Button("Submit")
 
212
  textbox = gr.Textbox(label="Deine Frage")
213
 
214
  def combined_response(prompt, history, dropdown_value):
215
+ answer = responsefull(prompt, history, dropdown_value)
216
  return history + [[prompt, answer]]
217
 
218
  submit_button = gr.Button("Submit")