Spaces:
Runtime error
Runtime error
Merge branch 'main' of https://huggingface.co/spaces/Ankush05/thursday
Browse files
home.py
CHANGED
@@ -7,8 +7,8 @@ def Reminder():
|
|
7 |
embed = """<iframe
|
8 |
src="https://ankush05-reminder.hf.space"
|
9 |
frameborder="0"
|
10 |
-
width="
|
11 |
-
height="
|
12 |
></iframe>
|
13 |
"""
|
14 |
st.markdown(embed, unsafe_allow_html=True)
|
|
|
7 |
embed = """<iframe
|
8 |
src="https://ankush05-reminder.hf.space"
|
9 |
frameborder="0"
|
10 |
+
width="1100"
|
11 |
+
height="900"
|
12 |
></iframe>
|
13 |
"""
|
14 |
st.markdown(embed, unsafe_allow_html=True)
|