Spaces:
Running
Running
Karthikeyan
commited on
Commit
·
64245e1
1
Parent(s):
ec803b3
Update app.py
Browse files
app.py
CHANGED
@@ -80,11 +80,8 @@ def answer_question(question, state):
|
|
80 |
return response
|
81 |
except:
|
82 |
return "Please upload Proper Document"
|
83 |
-
title = """<div style="text-align: center;max-width: 700px;">
|
84 |
-
<a style="display:inline-block; margin-left: 1em" href="https://www.adople.com">
|
85 |
-
<img src="https://lh6.googleusercontent.com/FQJXx8B6Tbq7SvSE3wvJyXusFZxKcsY92eQaPnZj5pIDdXHVjs10tXXBqWcF0BgC_riSFcje2qUd-XWaiaJByI6dMOkEFdAtpeG7KK8xh7nH8KE3GfSOMrySKPVWXGdEvg=w1280" alt="Adople AI">
|
86 |
-
</a>
|
87 |
-
<h1>ADOPLE AI - Document ChatBot</h1>
|
88 |
<p style="text-align: center;">Upload a PDF, click the "Load PDF" button"
|
89 |
</p>"""
|
90 |
with gr.Blocks(css="style.css",theme=gr.themes.Soft()) as demo:
|
|
|
80 |
return response
|
81 |
except:
|
82 |
return "Please upload Proper Document"
|
83 |
+
title = """<br><br><br><div style="text-align: center;max-width: 700px;">
|
84 |
+
<h1><a style="display:inline-block; margin-left: 1em" href="https://www.adople.com">ADOPLE AI</a> - Document ChatBot</h1>
|
|
|
|
|
|
|
85 |
<p style="text-align: center;">Upload a PDF, click the "Load PDF" button"
|
86 |
</p>"""
|
87 |
with gr.Blocks(css="style.css",theme=gr.themes.Soft()) as demo:
|