统一使用start.sh启动
两个demo页面
This commit is contained in:
8
pages/test.py
Normal file
8
pages/test.py
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding:utf-8 -*-
|
||||
import streamlit as st
|
||||
|
||||
st.write('Hello World!')
|
||||
|
||||
for i in range(1, 13):
|
||||
st.write(f"{i}. this is line {i}")
|
||||
Reference in New Issue
Block a user