Spaces:
Build error
Build error
pjgerrits commited on
Commit ·
7178fd2
1
Parent(s): 67ac20d
remove qr from start
Browse files
app.py
CHANGED
|
@@ -149,7 +149,7 @@ if st.session_state['survey']:
|
|
| 149 |
# st.sidebar.write("Current Points:")
|
| 150 |
# st.sidebar.json(st.session_state['points'])
|
| 151 |
|
| 152 |
-
st.sidebar.markdown("---")
|
| 153 |
-
st.sidebar.markdown("For a more detailed survey, click the link or scan the QR code:")
|
| 154 |
-
st.sidebar.markdown("[https://arcg.is/1GK5jP0](https://arcg.is/1GK5jP0)")
|
| 155 |
-
st.sidebar.image("static/Getting Lost Survey.png", width=200)
|
|
|
|
| 149 |
# st.sidebar.write("Current Points:")
|
| 150 |
# st.sidebar.json(st.session_state['points'])
|
| 151 |
|
| 152 |
+
st.sidebar.markdown("---")
|
| 153 |
+
st.sidebar.markdown("For a more detailed survey, click the link or scan the QR code:")
|
| 154 |
+
st.sidebar.markdown("[https://arcg.is/1GK5jP0](https://arcg.is/1GK5jP0)")
|
| 155 |
+
st.sidebar.image("static/Getting Lost Survey.png", width=200)
|