SWHL commited on
Commit
cd4dc68
·
verified ·
1 Parent(s): 6d424fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -188,11 +188,10 @@ custom_css = """
188
  with gr.Blocks(
189
  title="Rapid⚡OCR Demo", css="custom_css", theme=gr.themes.Soft()
190
  ) as demo:
191
- gr.Markdown(
192
- "<h1 style='text-align: center;'>Rapid⚡OCR</h1>"
193
- )
194
  gr.HTML(
195
  """
 
 
196
  <div style="display: flex; justify-content: center; gap: 10px;">
197
  <a href=""><img src="https://img.shields.io/badge/Python->=3.6-aff.svg"></a>
198
  <a href=""><img src="https://img.shields.io/badge/OS-Linux%2C%20Win%2C%20Mac-pink.svg"></a>
 
188
  with gr.Blocks(
189
  title="Rapid⚡OCR Demo", css="custom_css", theme=gr.themes.Soft()
190
  ) as demo:
 
 
 
191
  gr.HTML(
192
  """
193
+ <h1 style='text-align: center;'>Rapid⚡OCR</h1>
194
+
195
  <div style="display: flex; justify-content: center; gap: 10px;">
196
  <a href=""><img src="https://img.shields.io/badge/Python->=3.6-aff.svg"></a>
197
  <a href=""><img src="https://img.shields.io/badge/OS-Linux%2C%20Win%2C%20Mac-pink.svg"></a>