Fredaaaaaa commited on
Commit
cc76c13
·
verified ·
1 Parent(s): a0aa16d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- gr.Markdown("Enter two drug names (traditional or modern) to predict their interaction severity. Active compounds are automatically extracted in the background.")
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():