Andrew76214 commited on
Commit
b979284
·
verified ·
1 Parent(s): 634c2ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -6
app.py CHANGED
@@ -87,13 +87,12 @@ def gradio_interface(file, acc_sensitivity):
87
  demo = gr.Blocks()
88
  with demo:
89
  gr.Markdown("""
90
- <div style="text-align:center;">
91
- ![Company Logo](https://custom-images.strikinglycdn.com/res/hrscywv4p/image/upload/c_limit,fl_lossy,h_300,w_300,f_auto,q_auto/4493206/132971_72411.png)
92
-
93
- # 加速度資料轉換與視覺化
94
- 上傳原始檔案(如 data.txt),調整 ACC_SENSITIVITY,下載轉換後的 csv,並預覽加速度圖表。
95
- </div>
96
  """)
 
97
  with gr.Row():
98
  file_input = gr.File(label="上傳原始檔案(txt)")
99
  acc_input = gr.Number(value=4096.0, label="ACC_SENSITIVITY (例如 4096.0)")
 
87
  demo = gr.Blocks()
88
  with demo:
89
  gr.Markdown("""
90
+ <img src="https://custom-images.strikinglycdn.com/res/hrscywv4p/image/upload/c_limit,fl_lossy,h_300,w_300,f_auto,q_auto/4493206/132971_72411.png" width="200" /> <!-- Replace with your logo URL -->
91
+
92
+ # 加速度資料轉換與視覺化
93
+ 上傳原始檔案(如 data.txt),調整 ACC_SENSITIVITY,下載轉換後的 csv,並預覽加速度圖表。
 
 
94
  """)
95
+
96
  with gr.Row():
97
  file_input = gr.File(label="上傳原始檔案(txt)")
98
  acc_input = gr.Number(value=4096.0, label="ACC_SENSITIVITY (例如 4096.0)")