bhaskartripathi commited on
Commit
72275cb
1 Parent(s): 493605d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -239,7 +239,7 @@ description = """ PDF GPT Turbo allows you to chat with your PDF files. It gives
239
 
240
  with gr.Blocks(css="""#chatbot { font-size: 14px; min-height: 1200; }""") as demo:
241
 
242
- gr.Markdown(f'<center><h1>{title}</h1></center>')
243
  gr.Markdown(description)
244
 
245
  with gr.Row():
 
239
 
240
  with gr.Blocks(css="""#chatbot { font-size: 14px; min-height: 1200; }""") as demo:
241
 
242
+ gr.Markdown(f'<center><h3>{title}</h3></center>')
243
  gr.Markdown(description)
244
 
245
  with gr.Row():