gnosticdev commited on
Commit
1500737
·
verified ·
1 Parent(s): 0cc375c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,7 +112,7 @@ description = "Chatbot con Unipapel"
112
 
113
  demo = gr.ChatInterface(fn=rag_memory_stream,
114
  type="messages",
115
- title=title,
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,