freeball0328 commited on
Commit
1e7ab48
1 Parent(s): 1f74b34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -3,12 +3,12 @@ from io import BytesIO
3
  import requests
4
  import streamlit as st
5
 
6
- # 标题和应用描述
7
- st.title("HeartNet")
8
- st.write("This is a classifier for images of 12-lead EKGs. It will attempt to detect whether the EKG indicates an acute MI. It was trained on simulated images.")
9
 
10
  # 展示示例图片
11
- st.write("## Example of an EKG image to upload")
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):