Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -73,6 +73,9 @@ def use_template():
|
|
73 |
|
74 |
# Gradio Interface
|
75 |
with gr.Blocks() as nps:
|
|
|
|
|
|
|
76 |
# App title
|
77 |
gr.Markdown("# Customer Comment Classifier")
|
78 |
|
|
|
73 |
|
74 |
# Gradio Interface
|
75 |
with gr.Blocks() as nps:
|
76 |
+
# State to store categories
|
77 |
+
categories = gr.State([])
|
78 |
+
|
79 |
# App title
|
80 |
gr.Markdown("# Customer Comment Classifier")
|
81 |
|