Update app.py
Browse files
app.py
CHANGED
|
@@ -218,7 +218,7 @@ iface3 = gr.Interface(fn=predict_sdg_from_csv,
|
|
| 218 |
demo = gr.TabbedInterface(interface_list = [iface1, iface2, iface3],
|
| 219 |
tab_names = ["General-App-Info", "Single-Text-Prediction", "Multi-Text-Prediction (CSV)"],
|
| 220 |
title = "Sustainble Development Goals (SDG) Text Classifier App",
|
| 221 |
-
theme = '
|
| 222 |
)
|
| 223 |
|
| 224 |
# Run the interface
|
|
|
|
| 218 |
demo = gr.TabbedInterface(interface_list = [iface1, iface2, iface3],
|
| 219 |
tab_names = ["General-App-Info", "Single-Text-Prediction", "Multi-Text-Prediction (CSV)"],
|
| 220 |
title = "Sustainble Development Goals (SDG) Text Classifier App",
|
| 221 |
+
theme = 'soft'
|
| 222 |
)
|
| 223 |
|
| 224 |
# Run the interface
|