Pclanglais commited on
Commit
9e9c47f
1 Parent(s): 80a2f6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ additional_inputs=[
116
 
117
  demo = gr.Blocks()
118
 
119
- with gr.Blocks(theme='JohnSmith9982/small_and_pretty', css=css) as demo:
120
  gr.HTML("""<h1 style="text-align:center">Correction d'OCR</h1>""")
121
  text_input = gr.Textbox(label="Votre texte.", type="text", lines=1)
122
  text_button = gr.Button("Identifier les structures éditoriales")
 
116
 
117
  demo = gr.Blocks()
118
 
119
+ with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
120
  gr.HTML("""<h1 style="text-align:center">Correction d'OCR</h1>""")
121
  text_input = gr.Textbox(label="Votre texte.", type="text", lines=1)
122
  text_button = gr.Button("Identifier les structures éditoriales")