Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -148,7 +148,7 @@ def predict_single_text(text):
|
|
148 |
template='seaborn', font=dict(family="Arial", size=12, color="black"),
|
149 |
autosize=True,
|
150 |
width=600,
|
151 |
-
height=
|
152 |
xaxis_title="Likelihood of IEQ",
|
153 |
yaxis_title="Indoor environmental quality (IEQ)",
|
154 |
# legend_title="Topics"
|
|
|
148 |
template='seaborn', font=dict(family="Arial", size=12, color="black"),
|
149 |
autosize=True,
|
150 |
width=600,
|
151 |
+
height=400,
|
152 |
xaxis_title="Likelihood of IEQ",
|
153 |
yaxis_title="Indoor environmental quality (IEQ)",
|
154 |
# legend_title="Topics"
|