Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -156,6 +156,7 @@ def chatbot(message, history):
|
|
156 |
|
157 |
return formatted_response
|
158 |
|
|
|
159 |
iface = gr.ChatInterface(
|
160 |
chatbot,
|
161 |
title="LLM Research Assistant",
|
|
|
156 |
|
157 |
return formatted_response
|
158 |
|
159 |
+
print("dummy here")
|
160 |
iface = gr.ChatInterface(
|
161 |
chatbot,
|
162 |
title="LLM Research Assistant",
|