Spaces:
Sleeping
Sleeping
freeball0328
commited on
Commit
•
1e7ab48
1
Parent(s):
1f74b34
Update app.py
Browse files
app.py
CHANGED
@@ -3,12 +3,12 @@ from io import BytesIO
|
|
3 |
import requests
|
4 |
import streamlit as st
|
5 |
|
6 |
-
#
|
7 |
-
st.title("
|
8 |
-
st.write("
|
9 |
|
10 |
# 展示示例图片
|
11 |
-
st.write("##
|
12 |
st.image("exwind.jpg", caption="Example EKG Image", use_column_width=True)
|
13 |
|
14 |
def predict(img):
|
|
|
3 |
import requests
|
4 |
import streamlit as st
|
5 |
|
6 |
+
# 应用标题
|
7 |
+
st.title("能源類型分類器")
|
8 |
+
st.write("這是一個可以分類不同能源形式(如風能、太陽能、水能)的分類器。")
|
9 |
|
10 |
# 展示示例图片
|
11 |
+
st.write("## 範例圖")
|
12 |
st.image("exwind.jpg", caption="Example EKG Image", use_column_width=True)
|
13 |
|
14 |
def predict(img):
|