Kim Adams commited on
Commit ·
15dee91
1
Parent(s): eda0069
shifting tabs
Browse files
app.py
CHANGED
|
@@ -22,8 +22,8 @@ slack_sentiment=ui_sentiment_analysis.ui
|
|
| 22 |
#git_advisor=ui_simple_chat_git.ui
|
| 23 |
text_analysis=ui_text_analysis.ui
|
| 24 |
|
| 25 |
-
ui = gr.TabbedInterface([
|
| 26 |
-
(constants.
|
| 27 |
theme=SoftBlue())
|
| 28 |
|
| 29 |
ui.launch()
|
|
|
|
| 22 |
#git_advisor=ui_simple_chat_git.ui
|
| 23 |
text_analysis=ui_text_analysis.ui
|
| 24 |
|
| 25 |
+
ui = gr.TabbedInterface([summarize, prompt_builder, image_generator, video_analysis,slack_sentiment, text_analysis],
|
| 26 |
+
(constants.UI_2,constants.UI_1, constants.UI_3,constants.UI_4, constants.UI_5,"Text Analysis"),
|
| 27 |
theme=SoftBlue())
|
| 28 |
|
| 29 |
ui.launch()
|