meet2akhil commited on
Commit
a029b6e
1 Parent(s): a641a20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,8 +14,8 @@ def cyberpunk_bot(user_input):
14
 
15
  demo = gr.Interface(
16
  fn=cyberpunk_bot,
17
- inputs=gr.inputs.Textbox(lines=2, placeholder="Type your message here..."),
18
- outputs="text",
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
  )