Update app.py
Browse files
app.py
CHANGED
|
@@ -211,6 +211,6 @@ interface = gr.Interface(fn=plot_figure_twofeature, inputs=[set_number_points,se
|
|
| 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'
|
| 215 |
)
|
| 216 |
interface.launch(debug=True)
|
|
|
|
| 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'
|
| 215 |
)
|
| 216 |
interface.launch(debug=True)
|