Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -373,7 +373,7 @@ dataset_db, fallback_db = load_drug_interaction_dataset()
|
|
| 373 |
# Create interface
|
| 374 |
with gr.Blocks(title="Drug Interaction Predictor") as demo:
|
| 375 |
gr.Markdown("# Drug Interaction Predictor")
|
| 376 |
-
|
| 377 |
|
| 378 |
with gr.Row():
|
| 379 |
with gr.Column():
|
|
|
|
| 373 |
# Create interface
|
| 374 |
with gr.Blocks(title="Drug Interaction Predictor") as demo:
|
| 375 |
gr.Markdown("# Drug Interaction Predictor")
|
| 376 |
+
|
| 377 |
|
| 378 |
with gr.Row():
|
| 379 |
with gr.Column():
|