Update app.py
Browse files
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
|
| 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
|