Update app.py
Browse files
app.py
CHANGED
|
@@ -235,5 +235,5 @@ FiveWhy_demo = gr.Interface(fn=FiveWhy.ideagen,
|
|
| 235 |
outputs =[gr.Textbox(lines=10)],
|
| 236 |
allow_flagging="never", )
|
| 237 |
|
| 238 |
-
demo = gr.TabbedInterface([ideaGen_demo , ideaGen_Followup_demo , strategy_demo, youtube_insight_demo, FiveWhy_demo], ["ιζηζε¨" , "ιζηζε¨(δΈδΈζ₯)" , "ηη₯ηζε¨", "ιζηζε¨(Youtube+insightη)", "5 Whysεζ"],theme='bethecloud/storj_theme')
|
| 239 |
demo.launch(debug=True)
|
|
|
|
| 235 |
outputs =[gr.Textbox(lines=10)],
|
| 236 |
allow_flagging="never", )
|
| 237 |
|
| 238 |
+
demo = gr.TabbedInterface([ideaGen_demo , ideaGen_Followup_demo , strategy_demo, strategy_adv_demo, youtube_insight_demo, FiveWhy_demo], ["ιζηζε¨" , "ιζηζε¨(δΈδΈζ₯)" , "ηη₯ηζε¨", "ηη₯ηζε¨ Advanced", "ιζηζε¨(Youtube+insightη)", "5 Whysεζ"],theme='bethecloud/storj_theme')
|
| 239 |
demo.launch(debug=True)
|