Kung-Hsun commited on
Commit
e0838b4
·
verified ·
1 Parent(s): 0a34ee7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -311,7 +311,7 @@ def make_line_figure(df: pd.DataFrame, x_col: str, y_cols: list,
311
  return fig
312
 
313
  # ====== 介面 ======
314
- with gr.Blocks(title="Excel/CSV 指定欄位擷取器") as demo:
315
  gr.Markdown("### 自動擷取欄位(A,B,K,L,M,V,W,X,Y)轉換為 data, time, ⊿Ptop, ⊿Pmid, ⊿Pbot, H2%, CO%, CO2%, CH4%。")
316
 
317
  df_state = gr.State(value=None)
 
311
  return fig
312
 
313
  # ====== 介面 ======
314
+ with gr.Blocks(title="Excel/CSV 指定欄位擷取器 (Biomass gasification-單槽系統使用)") as demo:
315
  gr.Markdown("### 自動擷取欄位(A,B,K,L,M,V,W,X,Y)轉換為 data, time, ⊿Ptop, ⊿Pmid, ⊿Pbot, H2%, CO%, CO2%, CH4%。")
316
 
317
  df_state = gr.State(value=None)