Spaces:
Running
Running
Karthikeyan
commited on
Commit
·
5ce600b
1
Parent(s):
64245e1
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ def answer_question(question, state):
|
|
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:
|
|
|
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; text-decoration:none; font-weight:bold;" 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:
|