Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -92,7 +92,7 @@ def add_mesh_term(term, terms):
|
|
| 92 |
|
| 93 |
# Gradio interface components
|
| 94 |
with gr.Blocks() as app:
|
| 95 |
-
gr.Markdown("# PubMed Search Tool for
|
| 96 |
|
| 97 |
with gr.Row():
|
| 98 |
mesh_term_input = gr.Textbox(
|
|
|
|
| 92 |
|
| 93 |
# Gradio interface components
|
| 94 |
with gr.Blocks() as app:
|
| 95 |
+
gr.Markdown("# PubMed Search Tool for Research")
|
| 96 |
|
| 97 |
with gr.Row():
|
| 98 |
mesh_term_input = gr.Textbox(
|