ManishThota commited on
Commit
4282c10
1 Parent(s): f1d2766

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -229,7 +229,7 @@ with gr.Blocks(css = css) as app:
229
  btn = gr.Button("Annotate")
230
  with gr.Column():
231
  answer = gr.TextArea(label="Answer")
232
- csv = gr.Dataframe(label="CSV")
233
 
234
 
235
  btn.click(gradio_predict, inputs=[video,image, question], outputs=answer)
 
229
  btn = gr.Button("Annotate")
230
  with gr.Column():
231
  answer = gr.TextArea(label="Answer")
232
+ df = gr.Dataframe(label="CSV")
233
 
234
 
235
  btn.click(gradio_predict, inputs=[video,image, question], outputs=answer)