Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -144,7 +144,7 @@ with gr.Blocks(theme=theme, css = css) as demo:
|
|
| 144 |
#gr.Markdown(hotline_text)
|
| 145 |
#dropdown = gr.Dropdown(choices=["General Health", "Maternal Mental Health", "Domestic Violence", "Postpartum Support"],
|
| 146 |
#label="Choose Your Hotline"
|
| 147 |
-
|
| 148 |
#output = gr.Textbox(label="Hotline Info", interactive=False)
|
| 149 |
|
| 150 |
#dropdown.change(fn=show_info, inputs=dropdown, outputs=output)
|
|
|
|
| 144 |
#gr.Markdown(hotline_text)
|
| 145 |
#dropdown = gr.Dropdown(choices=["General Health", "Maternal Mental Health", "Domestic Violence", "Postpartum Support"],
|
| 146 |
#label="Choose Your Hotline"
|
| 147 |
+
|
| 148 |
#output = gr.Textbox(label="Hotline Info", interactive=False)
|
| 149 |
|
| 150 |
#dropdown.change(fn=show_info, inputs=dropdown, outputs=output)
|