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