sundea commited on
Commit
0e2260b
·
1 Parent(s): c1b7c56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ def greet(text):
105
 
106
 
107
 
108
- demo = gr.Interface(fn=greet, inputs="text", outputs="text", title="text-classification app",theme='JohnSmith9982/small_and_pretty'
109
  layout="vertical", description="This is a demo for text classification.")
110
  demo.launch()
111
 
 
105
 
106
 
107
 
108
+ demo = gr.Interface(fn=greet, inputs="text", outputs="text", title="text-classification app",
109
  layout="vertical", description="This is a demo for text classification.")
110
  demo.launch()
111