Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -86,18 +86,11 @@ banner_tab_content = """
|
|
86 |
"""
|
87 |
banner_tab = gr.Markdown(banner_tab_content)
|
88 |
|
89 |
-
custom_css = """
|
90 |
-
.gradio-tabs .gradio-tab {
|
91 |
-
color: rgb(243, 239, 224);
|
92 |
-
}
|
93 |
-
"""
|
94 |
-
|
95 |
|
96 |
# Combine interfaces into a single app
|
97 |
app = gr.TabbedInterface(
|
98 |
[banner_tab, image_gradio_app, chatbot_gradio_app],
|
99 |
tab_names=["Welcome to Green Greta", "Green Greta Image Classification", "Green Greta Chat"],
|
100 |
-
css=custom_css,
|
101 |
theme=theme
|
102 |
)
|
103 |
|
|
|
86 |
"""
|
87 |
banner_tab = gr.Markdown(banner_tab_content)
|
88 |
|
|
|
|
|
|
|
|
|
|
|
|
|
89 |
|
90 |
# Combine interfaces into a single app
|
91 |
app = gr.TabbedInterface(
|
92 |
[banner_tab, image_gradio_app, chatbot_gradio_app],
|
93 |
tab_names=["Welcome to Green Greta", "Green Greta Image Classification", "Green Greta Chat"],
|
|
|
94 |
theme=theme
|
95 |
)
|
96 |
|