awacke1 commited on
Commit
7989379
1 Parent(s): 17f1952

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,7 +141,7 @@ with gr.Blocks(theme = gr.themes.Soft()) as demo:
141
  header = gr.Markdown(header_text)
142
 
143
  with gr.Group():
144
- msg = gr.Textbox(label = 'Search', placeholder = 'What is Mistral?')
145
 
146
  with gr.Accordion("Advanced Settings", open=False):
147
  with gr.Row(equal_height = True):
 
141
  header = gr.Markdown(header_text)
142
 
143
  with gr.Group():
144
+ msg = gr.Textbox(label = 'Search', placeholder = 'What is Generative AI in Healthcare?')
145
 
146
  with gr.Accordion("Advanced Settings", open=False):
147
  with gr.Row(equal_height = True):