Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -35,5 +35,5 @@ def reply(message, history):
|
|
35 |
answer = str(query_engine.query(message))
|
36 |
return answer
|
37 |
|
38 |
-
Conversing = gr.ChatInterface(reply, chatbot=gr.Chatbot(height=
|
39 |
title = 'ECommerce And Digital Marketing 2024 Toolkit Q&A', undo_btn = None, clear_btn = None, css='footer {visibility: hidden}').launch()
|
|
|
35 |
answer = str(query_engine.query(message))
|
36 |
return answer
|
37 |
|
38 |
+
Conversing = gr.ChatInterface(reply, chatbot=gr.Chatbot(height="70vh"), retry_btn=None,theme=gr.themes.Monochrome(),
|
39 |
title = 'ECommerce And Digital Marketing 2024 Toolkit Q&A', undo_btn = None, clear_btn = None, css='footer {visibility: hidden}').launch()
|