ZennyKenny commited on
Commit
713fa8b
Β·
verified Β·
1 Parent(s): 278f543

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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