lekkalar commited on
Commit
9121213
1 Parent(s): 44ffff3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -63,7 +63,9 @@ title = """
63
  """
64
 
65
  with gr.Blocks(css=css,theme=gr.themes.Monochrome()) as demo:
66
- gr.HTML(html)
 
 
67
  with gr.Column():
68
  openai_key = gr.Textbox(label="Your GPT-4 OpenAI API key", type="password")
69
  pdf_doc = gr.File(label="Load a pdf",file_types=['.pdf'],type='file')
 
63
  """
64
 
65
  with gr.Blocks(css=css,theme=gr.themes.Monochrome()) as demo:
66
+ with gr.Column(elem_id="col-container"):
67
+ gr.HTML(title)
68
+
69
  with gr.Column():
70
  openai_key = gr.Textbox(label="Your GPT-4 OpenAI API key", type="password")
71
  pdf_doc = gr.File(label="Load a pdf",file_types=['.pdf'],type='file')