chewing commited on
Commit
c39105a
·
verified ·
1 Parent(s): 3382d24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -10,6 +10,7 @@ css = """
10
  }
11
  """
12
 
 
13
  with gr.Blocks(css=css) as demo:
14
  with gr.Tab("PNG Info"):
15
  def plaintext_to_html(text, classname=None):
 
10
  }
11
  """
12
 
13
+
14
  with gr.Blocks(css=css) as demo:
15
  with gr.Tab("PNG Info"):
16
  def plaintext_to_html(text, classname=None):