sadickam commited on
Commit
b64af7d
·
verified ·
1 Parent(s): 42a3141

Update app.py

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