Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -116,8 +116,8 @@ print("Model loaded!")
|
|
116 |
# Create Gradio interface with chat
|
117 |
demo = gr.Interface(
|
118 |
fn=chat_response,
|
119 |
-
inputs=gr.
|
120 |
-
outputs=gr.
|
121 |
title="Admissions Agent Assistant",
|
122 |
description="Chat with an AI-powered admissions coordinator. The agent will maintain context of your conversation.",
|
123 |
examples=[
|
|
|
116 |
# Create Gradio interface with chat
|
117 |
demo = gr.Interface(
|
118 |
fn=chat_response,
|
119 |
+
inputs=gr.Textbox(lines=2, placeholder="Enter your message here..."),
|
120 |
+
outputs=gr.Textbox(),
|
121 |
title="Admissions Agent Assistant",
|
122 |
description="Chat with an AI-powered admissions coordinator. The agent will maintain context of your conversation.",
|
123 |
examples=[
|