Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ def chat_with_ai(message, history):
|
|
27 |
def startup_message():
|
28 |
return "SusAI ©2025 Intern Labs. v1.0.5"
|
29 |
|
30 |
-
demo = gr.ChatInterface(fn=chat_with_ai
|
31 |
|
32 |
demo.chatbot.append((startup_message(), None))
|
33 |
|
|
|
27 |
def startup_message():
|
28 |
return "SusAI ©2025 Intern Labs. v1.0.5"
|
29 |
|
30 |
+
demo = gr.ChatInterface(fn=chat_with_ai)
|
31 |
|
32 |
demo.chatbot.append((startup_message(), None))
|
33 |
|