Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -112,7 +112,7 @@ description = "Chatbot con Unipapel"
|
|
112 |
|
113 |
demo = gr.ChatInterface(fn=rag_memory_stream,
|
114 |
type="messages",
|
115 |
-
|
116 |
description=description,
|
117 |
fill_height=True,
|
118 |
examples=examples,
|
|
|
112 |
|
113 |
demo = gr.ChatInterface(fn=rag_memory_stream,
|
114 |
type="messages",
|
115 |
+
|
116 |
description=description,
|
117 |
fill_height=True,
|
118 |
examples=examples,
|