Spaces:
Runtime error
Runtime error
Di Zhang
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import streamlit.components.v1 as components
|
|
6 |
|
7 |
st.set_page_config(layout="wide")
|
8 |
|
9 |
-
backend_url = os.getenv("backend", "https://chemllm.org/") # 如果环境变量不存在,则使用默认 URL
|
10 |
|
11 |
iframe_html = f'<iframe src="{backend_url}" width="100%" height="800"></iframe>'
|
12 |
|
|
|
6 |
|
7 |
st.set_page_config(layout="wide")
|
8 |
|
9 |
+
backend_url = os.getenv("backend", "https://v.chemllm.org/") # 如果环境变量不存在,则使用默认 URL
|
10 |
|
11 |
iframe_html = f'<iframe src="{backend_url}" width="100%" height="800"></iframe>'
|
12 |
|