Spaces:
Runtime error
Runtime error
Commit
·
4c61fcd
1
Parent(s):
a9f3d05
Update app.py
Browse files
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)]
|