Spaces:
Runtime error
Runtime error
adnansami1992sami
commited on
Commit
•
e18b88d
1
Parent(s):
1dbc752
Update app.py
Browse files
app.py
CHANGED
@@ -53,12 +53,11 @@ def chat(client: Client):
|
|
53 |
with gr.Row():
|
54 |
chatbot = gr.Chatbot(elem_id="chatbot")
|
55 |
with gr.Row():
|
56 |
-
inputs= gr.Textbox(
|
57 |
placeholder=f"Hello {BOT_NAME} !!",
|
58 |
-
label="Type
|
59 |
max_lines=3,
|
60 |
)
|
61 |
-
|
62 |
|
63 |
with gr.Row(elem_id="button_container"):
|
64 |
with gr.Column():
|
|
|
53 |
with gr.Row():
|
54 |
chatbot = gr.Chatbot(elem_id="chatbot")
|
55 |
with gr.Row():
|
56 |
+
inputs = gr.Textbox(
|
57 |
placeholder=f"Hello {BOT_NAME} !!",
|
58 |
+
label="Type an input and press Enter",
|
59 |
max_lines=3,
|
60 |
)
|
|
|
61 |
|
62 |
with gr.Row(elem_id="button_container"):
|
63 |
with gr.Column():
|