nxphi47 commited on
Commit
217c02e
1 Parent(s): 28d239e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -202,8 +202,7 @@ MODEL_TITLE = """
202
  align-items: center;
203
  justify-content: center;
204
  display: flex;
205
- ">
206
-
207
  <div class="text" style="
208
  padding-left: 20px;
209
  padding-top: 1%;
@@ -1016,7 +1015,7 @@ class CustomTabbedInterface(gr.Blocks):
1016
  tab_names = [f"Tab {i}" for i in range(len(interface_list))]
1017
  with self:
1018
  if title:
1019
- gr.HTML(
1020
  f"<h1 style='text-align: center; margin-bottom: 1rem'>{title}</h1>"
1021
  )
1022
  if description:
 
202
  align-items: center;
203
  justify-content: center;
204
  display: flex;
205
+ ">
 
206
  <div class="text" style="
207
  padding-left: 20px;
208
  padding-top: 1%;
 
1015
  tab_names = [f"Tab {i}" for i in range(len(interface_list))]
1016
  with self:
1017
  if title:
1018
+ gr.Markdown(
1019
  f"<h1 style='text-align: center; margin-bottom: 1rem'>{title}</h1>"
1020
  )
1021
  if description: