Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ if menu == "A":
|
|
31 |
components.iframe("https://seawolf2357-flxloraexp.hf.space", height=1000, scrolling=True)
|
32 |
elif menu == "B":
|
33 |
try:
|
34 |
-
components.iframe("http://hugpu.ai:
|
35 |
except Exception as e:
|
36 |
st.error(f"B 메뉴 로딩 중 오류 발생: {str(e)}")
|
37 |
st.info("http://hugpu.ai:8000 에 접근할 수 없습니다. URL이 올바른지, 그리고 공개적으로 접근 가능한지 확인해 주세요.")
|
|
|
31 |
components.iframe("https://seawolf2357-flxloraexp.hf.space", height=1000, scrolling=True)
|
32 |
elif menu == "B":
|
33 |
try:
|
34 |
+
components.iframe("http://hugpu.ai:7897", height=1000, scrolling=True)
|
35 |
except Exception as e:
|
36 |
st.error(f"B 메뉴 로딩 중 오류 발생: {str(e)}")
|
37 |
st.info("http://hugpu.ai:8000 에 접근할 수 없습니다. URL이 올바른지, 그리고 공개적으로 접근 가능한지 확인해 주세요.")
|