Spaces:
Sleeping
Sleeping
Isabel Gwara
commited on
Commit
·
b9d3192
1
Parent(s):
6ba2cf2
Update app.py
Browse files
app.py
CHANGED
|
@@ -135,7 +135,7 @@ with open('info.md') as f:
|
|
| 135 |
if colname == final_colname:
|
| 136 |
continue
|
| 137 |
|
| 138 |
-
gr.Markdown("##Question " + (num + 1))
|
| 139 |
|
| 140 |
# access categories dict if data is categorical
|
| 141 |
# otherwise, just use a number input
|
|
|
|
| 135 |
if colname == final_colname:
|
| 136 |
continue
|
| 137 |
|
| 138 |
+
gr.Markdown("##Question " + str(num + 1))
|
| 139 |
|
| 140 |
# access categories dict if data is categorical
|
| 141 |
# otherwise, just use a number input
|