Update app.py
Browse files
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
|
| 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):
|