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