Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -129,11 +129,11 @@ if selected_menu == "Image" and st.session_state['current_sub_menu'] == "Remove
|
|
129 |
# iframe์ ์ฌ์ฉํ์ฌ ์ธ๋ถ URL ์๋ฒ ๋
|
130 |
components.iframe("https://arxivgpt-vidnuki.hf.space", width=None, height=768, scrolling=True)
|
131 |
|
132 |
-
# 'Image' ๋ฉ๋ด์์ '
|
133 |
if selected_menu == "Image" and st.session_state['current_sub_menu'] == "Compositing":
|
134 |
st.header("Compositing")
|
135 |
# iframe์ ์ฌ์ฉํ์ฌ ์ธ๋ถ URL ์๋ฒ ๋
|
136 |
-
components.iframe("https://arxivgpt-vidistudio.hf.space", width=None, height=
|
137 |
|
138 |
|
139 |
# 'Home' ํ์ด์ง ํ์
|
|
|
129 |
# iframe์ ์ฌ์ฉํ์ฌ ์ธ๋ถ URL ์๋ฒ ๋
|
130 |
components.iframe("https://arxivgpt-vidnuki.hf.space", width=None, height=768, scrolling=True)
|
131 |
|
132 |
+
# 'Image' ๋ฉ๋ด์์ 'Compositing' ์ ํ ์
|
133 |
if selected_menu == "Image" and st.session_state['current_sub_menu'] == "Compositing":
|
134 |
st.header("Compositing")
|
135 |
# iframe์ ์ฌ์ฉํ์ฌ ์ธ๋ถ URL ์๋ฒ ๋
|
136 |
+
components.iframe("https://arxivgpt-vidistudio.hf.space", width=None, height=1800, scrolling=True)
|
137 |
|
138 |
|
139 |
# 'Home' ํ์ด์ง ํ์
|