Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -194,7 +194,7 @@ def gradio_predict(video,image, question):
|
|
| 194 |
|
| 195 |
def export_csv(d):
|
| 196 |
df = pd.DataFrame([d])
|
| 197 |
-
df.to_excel("output.xlsx"
|
| 198 |
return gr.File(value="output.xlsx", visible=True)
|
| 199 |
|
| 200 |
css = """
|
|
|
|
| 194 |
|
| 195 |
def export_csv(d):
|
| 196 |
df = pd.DataFrame([d])
|
| 197 |
+
df.to_excel("output.xlsx")
|
| 198 |
return gr.File(value="output.xlsx", visible=True)
|
| 199 |
|
| 200 |
css = """
|