non2013 commited on
Commit
c200368
·
1 Parent(s): 530dbfa

update interface

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ interface = gr.Interface(
86
  ],
87
  title="Quora Insincere Questions Classifier",
88
  examples=examples,
89
- description="Enter your question to classify it as sincere or insincere. Select an example question from the dropdown."
90
  )
91
 
92
  interface.launch()
 
86
  ],
87
  title="Quora Insincere Questions Classifier",
88
  examples=examples,
89
+ description="Enter your question to classify it as sincere or insincere. Select an example question below."
90
  )
91
 
92
  interface.launch()