Spaces:
Running
Running
random change
Browse files- localization.py +1 -0
localization.py
CHANGED
|
@@ -132,6 +132,7 @@ def app():
|
|
| 132 |
|
| 133 |
MAX_ITER = 1
|
| 134 |
|
|
|
|
| 135 |
col1, col2 = st.beta_columns([3, 1])
|
| 136 |
|
| 137 |
with col2:
|
|
|
|
| 132 |
|
| 133 |
MAX_ITER = 1
|
| 134 |
|
| 135 |
+
|
| 136 |
col1, col2 = st.beta_columns([3, 1])
|
| 137 |
|
| 138 |
with col2:
|