acecalisto3 commited on
Commit
453d19f
·
verified ·
1 Parent(s): 5f1d5c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -383,8 +383,8 @@ iface.launch()
383
  gr.ChatInterface(
384
  fn=run,
385
  if app_mode == "Chat App":
386
- st.header("Chat App")
387
- chat_input = st.text_input("Enter your message:")
388
  if st.button("Send"):
389
  response = chat_app_agent.process_input(chat_input)
390
  st.write(f"Agent: {response}")
 
383
  gr.ChatInterface(
384
  fn=run,
385
  if app_mode == "Chat App":
386
+ st.header("Chat App")
387
+ chat_input = st.text_input("Enter your message:")
388
  if st.button("Send"):
389
  response = chat_app_agent.process_input(chat_input)
390
  st.write(f"Agent: {response}")