peachfawn commited on
Commit
678ded6
Β·
verified Β·
1 Parent(s): dd3f944

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  import pandas as pd
3
 
4
  # Load Excel file
5
- df = pd.read_excel("data.xlsx")
6
 
7
  # Function to return data
8
  def get_data():
 
2
  import pandas as pd
3
 
4
  # Load Excel file
5
+ df = pd.read_excel("Clinical_trial_DB_with_embeddings (20).xlsx")
6
 
7
  # Function to return data
8
  def get_data():