Spaces:
Sleeping
Sleeping
vidhiparikh
commited on
Update app.py
Browse files
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 |
)
|