BenchmarkBot commited on
Commit
5608bf7
โ€ข
1 Parent(s): 67b4a03

use markdown

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -244,9 +244,7 @@ with demo:
244
  show_label=False,
245
  )
246
 
247
- with gr.TabItem("๐Ÿ–ฅ๏ธ A100-80GB Control Panel ๐ŸŽ›๏ธ", id=2):
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.HTML(About_TEXT)
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,