CognitiveScience commited on
Commit
fc92176
·
1 Parent(s): 1c53eed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -148,9 +148,9 @@ with gr.Blocks() as demo:
148
  result=run_ecs("Dan")
149
  df = pd.DataFrame.from_dict(result["videos"][0])
150
  #df=pd.DataFrame(result)
151
- #styler = df.style.highlight_max(color = 'lightgreen', axis = 0)
152
  #print(result)
153
- gr.Dataframe(df)
154
  #df1=run_ecs("Dan")
155
 
156
 
 
148
  result=run_ecs("Dan")
149
  df = pd.DataFrame.from_dict(result["videos"][0])
150
  #df=pd.DataFrame(result)
151
+ styler = df.style.highlight_max(color = 'lightgreen', axis = 0)
152
  #print(result)
153
+ gr.Dataframe(styler, interactive=False)
154
  #df1=run_ecs("Dan")
155
 
156