Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
•
bd8b954
1
Parent(s):
4618b5e
app.py
CHANGED
@@ -209,7 +209,7 @@ m.get_root().add_child(legend_macro)
|
|
209 |
st_data = st_folium(m, use_container_width=True)
|
210 |
|
211 |
# Google Sheet Table
|
212 |
-
st.subheader("📝 **Table of requests / جدول الطلبات**")
|
213 |
st.markdown(
|
214 |
"""
|
215 |
<iframe src="https://docs.google.com/spreadsheets/d/1gYoBBiBo1L18IVakHkf3t1fOGvHWb23loadyFZUeHJs/" width="100%" height="600px"></iframe>
|
@@ -218,7 +218,7 @@ st.markdown(
|
|
218 |
)
|
219 |
|
220 |
# Google Sheet Table
|
221 |
-
st.subheader("📝 **Table of interventions / جدول التدخلات**")
|
222 |
st.markdown(
|
223 |
"""
|
224 |
<iframe src="https://docs.google.com/spreadsheets/d/1eXOTqunOWWP8FRdENPs4cU9ulISm4XZWYJJNR1-SrwY/?single=true&gid=419657423&range=f2:g6&widget=false&chrome=false" width="100%" height="600px"></iframe>
|
|
|
209 |
st_data = st_folium(m, use_container_width=True)
|
210 |
|
211 |
# Google Sheet Table
|
212 |
+
st.subheader("📝 **Table of requests / جدول الطلبات** https://forms.gle/nZNCUVog9ka2Vdqu6")
|
213 |
st.markdown(
|
214 |
"""
|
215 |
<iframe src="https://docs.google.com/spreadsheets/d/1gYoBBiBo1L18IVakHkf3t1fOGvHWb23loadyFZUeHJs/" width="100%" height="600px"></iframe>
|
|
|
218 |
)
|
219 |
|
220 |
# Google Sheet Table
|
221 |
+
st.subheader("📝 **Table of interventions / جدول التدخلات** https://forms.gle/PsNSuHHjTTgwQMmVA")
|
222 |
st.markdown(
|
223 |
"""
|
224 |
<iframe src="https://docs.google.com/spreadsheets/d/1eXOTqunOWWP8FRdENPs4cU9ulISm4XZWYJJNR1-SrwY/?single=true&gid=419657423&range=f2:g6&widget=false&chrome=false" width="100%" height="600px"></iframe>
|