Spaces:
Sleeping
Sleeping
Karthikeyan
commited on
Commit
•
2a34de3
1
Parent(s):
c64ea71
Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ def answer_question(question, state):
|
|
83 |
return response
|
84 |
except:
|
85 |
return "Please upload Proper Document"
|
86 |
-
title = """<div style="text-align: center;max-width: 700px;"><
|
87 |
with gr.Blocks(css="style.css",theme=gr.themes.Soft()) as demo:
|
88 |
state = gr.State(get_empty_state())
|
89 |
with gr.Column(elem_id="col-container"):
|
|
|
83 |
return response
|
84 |
except:
|
85 |
return "Please upload Proper Document"
|
86 |
+
title = """<div style="text-align: center;max-width: 700px;"><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><h1>ADOPLE AI - Document ChatBot</h1><p style="text-align: center;">Upload a PDF, click the "Load PDF" button, <br /></p>"
|
87 |
with gr.Blocks(css="style.css",theme=gr.themes.Soft()) as demo:
|
88 |
state = gr.State(get_empty_state())
|
89 |
with gr.Column(elem_id="col-container"):
|