jiehou commited on
Commit
7989c6f
·
verified ·
1 Parent(s): ab26a74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -213,7 +213,6 @@ interface = gr.Interface(fn=plot_figure_twofeature, inputs=[set_number_points,se
213
  #examples = get_sample_data(10),
214
  title="CSCI4750/5750 Demo: Web Application for Probabilistic Classifier (Two features)",
215
  description= "Click examples below for a quick demo",
216
- theme = 'huggingface',
217
- layout = 'vertical'
218
  )
219
  interface.launch(debug=True)
 
213
  #examples = get_sample_data(10),
214
  title="CSCI4750/5750 Demo: Web Application for Probabilistic Classifier (Two features)",
215
  description= "Click examples below for a quick demo",
216
+ theme = 'huggingface'
 
217
  )
218
  interface.launch(debug=True)