Aitron Emper
commited on
Commit
•
fb98d3f
1
Parent(s):
8ab236c
Update app.py
Browse files
app.py
CHANGED
@@ -88,10 +88,10 @@ with gr.Blocks(theme=my_applio, title="Applio") as Applio:
|
|
88 |
'''
|
89 |
with gr.Tab(i18n("Report a Bug")):
|
90 |
report_tab()
|
91 |
-
|
92 |
with gr.Tab(i18n("Extra")):
|
93 |
extra_tab()
|
94 |
-
|
95 |
with gr.Tab(i18n("Settings")):
|
96 |
presence_tab()
|
97 |
flask_server_tab()
|
|
|
88 |
'''
|
89 |
with gr.Tab(i18n("Report a Bug")):
|
90 |
report_tab()
|
91 |
+
'''
|
92 |
with gr.Tab(i18n("Extra")):
|
93 |
extra_tab()
|
94 |
+
'''
|
95 |
with gr.Tab(i18n("Settings")):
|
96 |
presence_tab()
|
97 |
flask_server_tab()
|