Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -21,7 +21,7 @@ def render_language_content(selected_language):
|
|
| 21 |
st.markdown("<h3 style='color:red;'>You selected JavaScript.</h3><p>Add your custom HTML here.</p>",
|
| 22 |
unsafe_allow_html=True)
|
| 23 |
elif selected_language == "Python":
|
| 24 |
-
st.markdown("""<iframe width="
|
| 25 |
unsafe_allow_html=True)
|
| 26 |
elif selected_language == "HTML/CSS/JS":
|
| 27 |
st.markdown("<h3 style='color:pink;'>You selected HTML/CSS/JS.</h3><p>Add your custom HTML here.</p>",
|
|
|
|
| 21 |
st.markdown("<h3 style='color:red;'>You selected JavaScript.</h3><p>Add your custom HTML here.</p>",
|
| 22 |
unsafe_allow_html=True)
|
| 23 |
elif selected_language == "Python":
|
| 24 |
+
st.markdown("""<iframe width="1600" height="800" src="https://codehs.com/sandbox/id/python-3-kr6mEw/embed/?display_mode=default" frameborder="0" allowfullscreen class="video-iframe"></iframe>""",
|
| 25 |
unsafe_allow_html=True)
|
| 26 |
elif selected_language == "HTML/CSS/JS":
|
| 27 |
st.markdown("<h3 style='color:pink;'>You selected HTML/CSS/JS.</h3><p>Add your custom HTML here.</p>",
|