Spaces:
Running
Running
Commit
ยท
5608bf7
1
Parent(s):
67b4a03
use markdown
Browse files
app.py
CHANGED
|
@@ -244,9 +244,7 @@ with demo:
|
|
| 244 |
show_label=False,
|
| 245 |
)
|
| 246 |
|
| 247 |
-
with gr.TabItem("
|
| 248 |
-
gr.HTML(A100_TEXT)
|
| 249 |
-
|
| 250 |
# control panel interface
|
| 251 |
with gr.Row():
|
| 252 |
with gr.Column(scale=1):
|
|
@@ -307,7 +305,7 @@ with demo:
|
|
| 307 |
)
|
| 308 |
|
| 309 |
with gr.TabItem("โ About ๐", id=3):
|
| 310 |
-
gr.
|
| 311 |
|
| 312 |
demo.load(
|
| 313 |
change_tab,
|
|
|
|
| 244 |
show_label=False,
|
| 245 |
)
|
| 246 |
|
| 247 |
+
with gr.TabItem("๐ฎ Control Panel ๐๏ธ", id=2):
|
|
|
|
|
|
|
| 248 |
# control panel interface
|
| 249 |
with gr.Row():
|
| 250 |
with gr.Column(scale=1):
|
|
|
|
| 305 |
)
|
| 306 |
|
| 307 |
with gr.TabItem("โ About ๐", id=3):
|
| 308 |
+
gr.Markdown(About_TEXT)
|
| 309 |
|
| 310 |
demo.load(
|
| 311 |
change_tab,
|