Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -383,8 +383,8 @@ iface.launch()
|
|
383 |
gr.ChatInterface(
|
384 |
fn=run,
|
385 |
if app_mode == "Chat App":
|
386 |
-
|
387 |
-
|
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}")
|