Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -183,7 +183,7 @@ with col_right:
|
|
| 183 |
"correct": radio == "Yes",
|
| 184 |
"comment": feedback,
|
| 185 |
}
|
| 186 |
-
|
| 187 |
else:
|
| 188 |
doc = {
|
| 189 |
"ts": datetime.now(),
|
|
@@ -194,5 +194,4 @@ with col_right:
|
|
| 194 |
"version": 3,
|
| 195 |
"model": MODEL_NAME,
|
| 196 |
}
|
| 197 |
-
st.experimental_rerun()
|
| 198 |
|
|
|
|
| 183 |
"correct": radio == "Yes",
|
| 184 |
"comment": feedback,
|
| 185 |
}
|
| 186 |
+
|
| 187 |
else:
|
| 188 |
doc = {
|
| 189 |
"ts": datetime.now(),
|
|
|
|
| 194 |
"version": 3,
|
| 195 |
"model": MODEL_NAME,
|
| 196 |
}
|
|
|
|
| 197 |
|