Spaces:
Sleeping
Sleeping
reupdation
Browse files
app.py
CHANGED
@@ -149,6 +149,8 @@ def chatbot(message, history):
|
|
149 |
|
150 |
return total_text
|
151 |
|
|
|
|
|
152 |
iface = gr.ChatInterface(
|
153 |
chatbot,
|
154 |
title="LLM Research Assistant",
|
|
|
149 |
|
150 |
return total_text
|
151 |
|
152 |
+
print("dummy check")
|
153 |
+
|
154 |
iface = gr.ChatInterface(
|
155 |
chatbot,
|
156 |
title="LLM Research Assistant",
|