lukmanaj commited on
Commit
18c4235
Β·
verified Β·
1 Parent(s): b4cd10d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 Assistant") as demo:
118
 
119
  with gr.Column(elem_id="main-container"):
120
  # Header
121
  gr.Markdown(
122
  """
123
- # πŸ’Š Drug Interaction Assistant
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.