alibidaran commited on
Commit
13bdf82
β€’
1 Parent(s): ad8cb2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ with gr.Blocks() as demo:
49
  txt = gr.Textbox(
50
  scale=4,
51
  show_label=False,
52
- placeholder="Enter text and press enter, or upload an image",
53
  container=False,
54
  )
55
  btn = gr.UploadButton("πŸ“", file_types=["image", "video", "audio"])
 
49
  txt = gr.Textbox(
50
  scale=4,
51
  show_label=False,
52
+ placeholder="Ask the virtual doctor about your symptoms!",
53
  container=False,
54
  )
55
  btn = gr.UploadButton("πŸ“", file_types=["image", "video", "audio"])