Spaces:
Runtime error
Runtime error
abhilashnl2006
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ with gr.Blocks() as demo:
|
|
48 |
show_label=False,
|
49 |
placeholder="Type your message here...",
|
50 |
lines=1
|
51 |
-
)
|
52 |
user_input.submit(respond, [user_input, state], [user_input, chatbot, state])
|
53 |
|
54 |
# Launch the app
|
|
|
48 |
show_label=False,
|
49 |
placeholder="Type your message here...",
|
50 |
lines=1
|
51 |
+
)
|
52 |
user_input.submit(respond, [user_input, state], [user_input, chatbot, state])
|
53 |
|
54 |
# Launch the app
|