Spaces:
Sleeping
Sleeping
Update ITRI logo in title.
Browse files- app.py +3 -0
- logo/itri_logo.jpg +0 -0
app.py
CHANGED
@@ -7,6 +7,7 @@ import numpy as np
|
|
7 |
st.config.set_option("server.enableXsrfProtection", False)
|
8 |
st.set_page_config(page_title="Dysphagia Analysis", page_icon="👅")
|
9 |
|
|
|
10 |
# Function to plot the EMG signal Coordination Analysis
|
11 |
def emg_plot(event_index, event_plot_name, left_std_ratio, left_delta_t, right_std_ratio, right_delta_t):
|
12 |
"""
|
@@ -101,8 +102,10 @@ def emg_plot(event_index, event_plot_name, left_std_ratio, left_delta_t, right_s
|
|
101 |
|
102 |
|
103 |
def main():
|
|
|
104 |
st.title('👅Dysphagia Analysis - by ITRI BDL')
|
105 |
|
|
|
106 |
# Initialize session state variables
|
107 |
if 'emg_data' not in st.session_state:
|
108 |
st.session_state.emg_data = None
|
|
|
7 |
st.config.set_option("server.enableXsrfProtection", False)
|
8 |
st.set_page_config(page_title="Dysphagia Analysis", page_icon="👅")
|
9 |
|
10 |
+
|
11 |
# Function to plot the EMG signal Coordination Analysis
|
12 |
def emg_plot(event_index, event_plot_name, left_std_ratio, left_delta_t, right_std_ratio, right_delta_t):
|
13 |
"""
|
|
|
102 |
|
103 |
|
104 |
def main():
|
105 |
+
st.image("logo/itri_logo.jpg", width=600)
|
106 |
st.title('👅Dysphagia Analysis - by ITRI BDL')
|
107 |
|
108 |
+
|
109 |
# Initialize session state variables
|
110 |
if 'emg_data' not in st.session_state:
|
111 |
st.session_state.emg_data = None
|
logo/itri_logo.jpg
ADDED