Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
|
@@ -498,7 +498,7 @@ with gr.Blocks(theme=my_theme) as iface:
|
|
| 498 |
Business Flows Assistant
|
| 499 |
</h1>
|
| 500 |
</div>
|
| 501 |
-
"""
|
| 502 |
# Use gr.Chatbot with type='messages' to handle history in OpenAI message format
|
| 503 |
chatbot = gr.Chatbot(label="Process Assistant Chatbot", type='messages')
|
| 504 |
msg = gr.Textbox(label="Ask a question about business processes.")
|
|
|
|
| 498 |
Business Flows Assistant
|
| 499 |
</h1>
|
| 500 |
</div>
|
| 501 |
+
""")
|
| 502 |
# Use gr.Chatbot with type='messages' to handle history in OpenAI message format
|
| 503 |
chatbot = gr.Chatbot(label="Process Assistant Chatbot", type='messages')
|
| 504 |
msg = gr.Textbox(label="Ask a question about business processes.")
|