Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -114,13 +114,13 @@ custom_css = """
|
|
| 114 |
"""
|
| 115 |
|
| 116 |
# Create the Gradio interface
|
| 117 |
-
with gr.Blocks(css=custom_css, title="Drug Interaction
|
| 118 |
|
| 119 |
with gr.Column(elem_id="main-container"):
|
| 120 |
# Header
|
| 121 |
gr.Markdown(
|
| 122 |
"""
|
| 123 |
-
# π Drug Interaction
|
| 124 |
|
| 125 |
Get preliminary guidance on potential drug interactions and medication safety concerns.
|
| 126 |
This tool helps identify possible interactions between medications.
|
|
|
|
| 114 |
"""
|
| 115 |
|
| 116 |
# Create the Gradio interface
|
| 117 |
+
with gr.Blocks(css=custom_css, title="π PharmaSafe - Drug Interaction Checker") as demo:
|
| 118 |
|
| 119 |
with gr.Column(elem_id="main-container"):
|
| 120 |
# Header
|
| 121 |
gr.Markdown(
|
| 122 |
"""
|
| 123 |
+
# π π PharmaSafe - Drug Interaction Checker
|
| 124 |
|
| 125 |
Get preliminary guidance on potential drug interactions and medication safety concerns.
|
| 126 |
This tool helps identify possible interactions between medications.
|