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