Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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("
|
| 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():
|