Update app.py
Browse files
app.py
CHANGED
@@ -56,6 +56,16 @@ def main():
|
|
56 |
在【输入】文本框输入未完成的代码,点击【补全】按钮,即会显示补全的代码。
|
57 |
"""
|
58 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
# For elements to be displayed in the sidebar, we need to add the sidebar element in the widget.
|
60 |
|
61 |
# We create a text input field for users to enter their API key.
|
|
|
56 |
在【输入】文本框输入未完成的代码,点击【补全】按钮,即会显示补全的代码。
|
57 |
"""
|
58 |
)
|
59 |
+
|
60 |
+
st.sidebar.write(
|
61 |
+
"""
|
62 |
+
## 注意事项:
|
63 |
+
1)APP托管在外网上,请确保您可以全局科学上网。
|
64 |
+
|
65 |
+
2)您可以下载MaMaL-Gen模型,本地测试。(无需科学上网)
|
66 |
+
"""
|
67 |
+
)
|
68 |
+
|
69 |
# For elements to be displayed in the sidebar, we need to add the sidebar element in the widget.
|
70 |
|
71 |
# We create a text input field for users to enter their API key.
|