Cioni223 commited on
Commit
0d205c6
·
verified ·
1 Parent(s): 99acc60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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.inputs.Textbox(lines=2, placeholder="Enter your message here..."),
120
- outputs=gr.outputs.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=[
 
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=[