Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,8 +14,8 @@ def cyberpunk_bot(user_input):
|
|
| 14 |
|
| 15 |
demo = gr.Interface(
|
| 16 |
fn=cyberpunk_bot,
|
| 17 |
-
inputs=gr.
|
| 18 |
-
outputs=
|
| 19 |
title="Cyberpunk 2077 Chatbot",
|
| 20 |
description="Interact with V, your guide in Night City!"
|
| 21 |
)
|
|
|
|
| 14 |
|
| 15 |
demo = gr.Interface(
|
| 16 |
fn=cyberpunk_bot,
|
| 17 |
+
inputs=gr.Textbox(lines=2, placeholder="Type your message here..."),
|
| 18 |
+
outputs=gr.Textbox(),
|
| 19 |
title="Cyberpunk 2077 Chatbot",
|
| 20 |
description="Interact with V, your guide in Night City!"
|
| 21 |
)
|