Pclanglais commited on
Commit
aeeade2
1 Parent(s): 23de817

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,7 +115,7 @@ examples = [
115
 
116
  demo = gr.Blocks()
117
 
118
- with gr.Blocks(theme='JohnSmith9982/small_and_pretty', css=css) as demo:
119
  gr.HTML("""<h1 style="text-align:center">Albert-Tchap</h1>""")
120
  gr.ChatInterface(predict).launch()
121
 
 
115
 
116
  demo = gr.Blocks()
117
 
118
+ with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
119
  gr.HTML("""<h1 style="text-align:center">Albert-Tchap</h1>""")
120
  gr.ChatInterface(predict).launch()
121