CognitiveScience commited on
Commit
252c21d
·
1 Parent(s): 25be80a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, orient='records')
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)