RadRuss commited on
Commit
09ee3a9
·
verified ·
1 Parent(s): c8f5917

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.")