Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -144,7 +144,7 @@ def predict_single_text(text, threshold):
|
|
144 |
|
145 |
fig.update_layout(
|
146 |
# barmode='stack',
|
147 |
-
template='
|
148 |
autosize=True,
|
149 |
width=600,
|
150 |
height=400,
|
|
|
144 |
|
145 |
fig.update_layout(
|
146 |
# barmode='stack',
|
147 |
+
template='simple_white', font=dict(family="Arial", size=12, color="black"),
|
148 |
autosize=True,
|
149 |
width=600,
|
150 |
height=400,
|