sadickam commited on
Commit
adeff61
1 Parent(s): 565e126

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 'default'
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