Spaces:
Sleeping
Sleeping
Ferhan taha
commited on
Update app.py
Browse files
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 |
-
|
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()
|