Spaces:
Runtime error
Runtime error
bhaskartripathi
commited on
Commit
·
72275cb
1
Parent(s):
493605d
Update app.py
Browse files
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><
|
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():
|