czczup commited on
Commit
354027b
1 Parent(s): de1582a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import streamlit.components.v1 as components
4
 
5
  st.set_page_config(layout="wide")
6
 
7
- backend_url = os.getenv("backend", "https://shlab.org.cn") # 如果环境变量不存在,则使用默认 URL
8
 
9
  iframe_html = f'<iframe src="{backend_url}" width="100%" height="800"></iframe>'
10
 
 
4
 
5
  st.set_page_config(layout="wide")
6
 
7
+ backend_url = os.getenv("backend", "https://internvl.opengvlab.com/") # 如果环境变量不存在,则使用默认 URL
8
 
9
  iframe_html = f'<iframe src="{backend_url}" width="100%" height="800"></iframe>'
10