thepolymerguy commited on
Commit
4c61fcd
·
1 Parent(s): a9f3d05

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import gradio as gr
2
  from tridentmodel import classification
 
3
 
4
  def add_text(history, text):
5
  history = history + [(text, None)]
 
1
  import gradio as gr
2
  from tridentmodel import classification
3
+ import pandas as pd
4
 
5
  def add_text(history, text):
6
  history = history + [(text, None)]