Karthikeyan commited on
Commit
ba27df6
1 Parent(s): 1587187

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -90,17 +90,14 @@ title = """
90
  <h1>ADOPLE AI - Document ChatBot</h1>
91
  <p style="text-align: center;">Upload a PDF, click the "Load PDF" button, <br /></p>
92
  <a style="display:inline-block; margin-left: 1em" href="https://www.adople.com"><img src="https://lh6.googleusercontent.com/FQJXx8B6Tbq7SvSE3wvJyXusFZxKcsY92eQaPnZj5pIDdXHVjs10tXXBqWcF0BgC_riSFcje2qUd-XWaiaJByI6dMOkEFdAtpeG7KK8xh7nH8KE3GfSOMrySKPVWXGdEvg=w1280" alt="Adople AI"></a>
 
93
  </div>
94
  """
95
 
96
  with gr.Blocks(css="style.css",theme=gr.themes.Soft()) as demo:
97
  state = gr.State(get_empty_state())
98
- gr.HTML(title)
99
  with gr.Column(elem_id="col-container"):
100
- gr.HTML(
101
- """<hr style="border-top: 5px solid white;">"""
102
- )
103
-
104
  gr.Markdown("**Upload your file**")
105
  with gr.Row(elem_id="row-flex"):
106
  with gr.Column(scale=0.85):
 
90
  <h1>ADOPLE AI - Document ChatBot</h1>
91
  <p style="text-align: center;">Upload a PDF, click the "Load PDF" button, <br /></p>
92
  <a style="display:inline-block; margin-left: 1em" href="https://www.adople.com"><img src="https://lh6.googleusercontent.com/FQJXx8B6Tbq7SvSE3wvJyXusFZxKcsY92eQaPnZj5pIDdXHVjs10tXXBqWcF0BgC_riSFcje2qUd-XWaiaJByI6dMOkEFdAtpeG7KK8xh7nH8KE3GfSOMrySKPVWXGdEvg=w1280" alt="Adople AI"></a>
93
+ <hr style="border-top: 5px solid white;">
94
  </div>
95
  """
96
 
97
  with gr.Blocks(css="style.css",theme=gr.themes.Soft()) as demo:
98
  state = gr.State(get_empty_state())
 
99
  with gr.Column(elem_id="col-container"):
100
+ gr.HTML(title)
 
 
 
101
  gr.Markdown("**Upload your file**")
102
  with gr.Row(elem_id="row-flex"):
103
  with gr.Column(scale=0.85):