jiehou commited on
Commit
104d277
·
1 Parent(s): 3738918

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -208,7 +208,7 @@ interface = gr.Interface(fn=plot_figure_twofeature, inputs=[set_number_points,se
208
  outputs=[set_out_plot_images,set_out_plot_table],
209
  examples_per_page = 2,
210
  #examples = get_sample_data(10),
211
- title="CSCI4750/5750 Demo: Web Application for Probabilistic Classifier (Two feature)",
212
  description= "Click examples below for a quick demo",
213
  theme = 'huggingface',
214
  layout = 'vertical', live=True
 
208
  outputs=[set_out_plot_images,set_out_plot_table],
209
  examples_per_page = 2,
210
  #examples = get_sample_data(10),
211
+ title="CSCI4750/5750 Demo: Web Application for Probabilistic Classifier (Two features)",
212
  description= "Click examples below for a quick demo",
213
  theme = 'huggingface',
214
  layout = 'vertical', live=True