vidhiparikh commited on
Commit
7bbb221
·
verified ·
1 Parent(s): c2c21c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -120,7 +120,6 @@ iface = gr.Interface(
120
  fn=chat,
121
  inputs=gr.Textbox(lines=2, label="User Input"),
122
  outputs="text",
123
- layout="vertical",
124
  title="Simple Chatbot",
125
  description="Enter your message and the chatbot will respond."
126
  )
 
120
  fn=chat,
121
  inputs=gr.Textbox(lines=2, label="User Input"),
122
  outputs="text",
 
123
  title="Simple Chatbot",
124
  description="Enter your message and the chatbot will respond."
125
  )