Update app.py
Browse files
app.py
CHANGED
|
@@ -179,6 +179,6 @@ interface = gr.Interface(fn=plot_figure,
|
|
| 179 |
title="CSCI4750/5750 Demo: Web Application for Probabilistic Classifier (Single feature)",
|
| 180 |
description= "Click examples below for a quick demo",
|
| 181 |
theme = 'huggingface',
|
| 182 |
-
layout = 'vertical'
|
| 183 |
)
|
| 184 |
interface.launch(debug=True)
|
|
|
|
| 179 |
title="CSCI4750/5750 Demo: Web Application for Probabilistic Classifier (Single feature)",
|
| 180 |
description= "Click examples below for a quick demo",
|
| 181 |
theme = 'huggingface',
|
| 182 |
+
layout = 'vertical'
|
| 183 |
)
|
| 184 |
interface.launch(debug=True)
|