Basshole commited on
Commit
054d120
Β·
verified Β·
1 Parent(s): 1fb9ca6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)