Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -344,7 +344,7 @@ def predict_from_csv(file, column_name, progress=gr.Progress()):
|
|
344 |
# width=800,
|
345 |
# height=500,
|
346 |
xaxis_title="IEQ counts",
|
347 |
-
yaxis_title="Indoor
|
348 |
)
|
349 |
fig.update_xaxes(tickangle=0, tickfont=dict(family='Arial', color='black', size=12))
|
350 |
fig.update_yaxes(tickangle=0, tickfont=dict(family='Arial', color='black', size=12))
|
@@ -368,7 +368,7 @@ iface3 = gr.Interface(fn=predict_from_csv,
|
|
368 |
# Create a tabbed interface
|
369 |
demo = gr.TabbedInterface(interface_list=[iface1, iface2, iface3],
|
370 |
tab_names=["General-App-Info", "Single-Text-Prediction", "Multi-Text-Prediction"],
|
371 |
-
title="Indoor
|
372 |
theme='soft'
|
373 |
)
|
374 |
|
|
|
344 |
# width=800,
|
345 |
# height=500,
|
346 |
xaxis_title="IEQ counts",
|
347 |
+
yaxis_title="Indoor environmental quality (IEQ)",
|
348 |
)
|
349 |
fig.update_xaxes(tickangle=0, tickfont=dict(family='Arial', color='black', size=12))
|
350 |
fig.update_yaxes(tickangle=0, tickfont=dict(family='Arial', color='black', size=12))
|
|
|
368 |
# Create a tabbed interface
|
369 |
demo = gr.TabbedInterface(interface_list=[iface1, iface2, iface3],
|
370 |
tab_names=["General-App-Info", "Single-Text-Prediction", "Multi-Text-Prediction"],
|
371 |
+
title="Indoor Environmental Quality (IEQ) Text Classifier App",
|
372 |
theme='soft'
|
373 |
)
|
374 |
|