Basshole commited on
Commit
78ea02a
·
verified ·
1 Parent(s): ffd3b69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -150,8 +150,8 @@ strategy_demo = gr.Interface(fn=strategyGen.ideagen,
150
  outputs =[gr.Textbox(lines=25)],
151
  allow_flagging="never", )
152
 
153
- 5why_demo = gr.Interface(fn=5why.5why,
154
- description="描述你所面對的問題/挑戰,產出 5 Whys 分析的結果。",
155
  inputs=[
156
  gr.Textbox(
157
  label = "問題描述",
 
150
  outputs =[gr.Textbox(lines=25)],
151
  allow_flagging="never", )
152
 
153
+ FiveWhy_demo = gr.Interface(fn=FiveWhy.FiveWhy,
154
+ description="描述你所面對的問題/挑戰,產出5 Whys分析的結果。",
155
  inputs=[
156
  gr.Textbox(
157
  label = "問題描述",