Ferhan taha commited on
Commit
90fd8c5
·
verified ·
1 Parent(s): e0e1793

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,6 +143,6 @@ def conversation(message, history):
143
  # return gr.update(value=""), new_history, response_sources[0], response_sources[1]
144
  return response_answer
145
 
146
- conversation("what is dat gov ma", "")
147
 
148
  gr.ChatInterface(conversation).launch()
 
143
  # return gr.update(value=""), new_history, response_sources[0], response_sources[1]
144
  return response_answer
145
 
146
+
147
 
148
  gr.ChatInterface(conversation).launch()