Spaces:
Runtime error
Runtime error
Commit
·
252c21d
1
Parent(s):
25be80a
Update app.py
Browse files
app.py
CHANGED
@@ -146,7 +146,7 @@ with gr.Blocks() as demo:
|
|
146 |
with gr.Row():
|
147 |
with gr.Column():
|
148 |
result=run_ecs("Dan")
|
149 |
-
df = pd.DataFrame.from_dict(result
|
150 |
#df=pd.DataFrame(result)
|
151 |
styler = df.style.highlight_max(color = 'lightgreen', axis = 0)
|
152 |
#print(result)
|
|
|
146 |
with gr.Row():
|
147 |
with gr.Column():
|
148 |
result=run_ecs("Dan")
|
149 |
+
df = pd.DataFrame.from_dict(result["video"][0])
|
150 |
#df=pd.DataFrame(result)
|
151 |
styler = df.style.highlight_max(color = 'lightgreen', axis = 0)
|
152 |
#print(result)
|