DaniRIU commited on
Commit
f8e923d
·
1 Parent(s): 03df49f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ with gr.Blocks() as demo:
36
  """)
37
 
38
  chatbot = gr.Chatbot()
39
- msg = gr.Textbox(label= "Chat", default = "Introduce tu pregunta")
40
  with gr.Row():
41
  btn = gr.Button(value="Submit")
42
  clear = gr.Button("Clear")
 
36
  """)
37
 
38
  chatbot = gr.Chatbot()
39
+ msg = gr.Textbox(label= "Chat")
40
  with gr.Row():
41
  btn = gr.Button(value="Submit")
42
  clear = gr.Button("Clear")