Spaces:
Runtime error
Runtime error
NCTCMumbai
commited on
Commit
•
b1bc16b
1
Parent(s):
f2893a3
Update app.py
Browse files
app.py
CHANGED
@@ -184,7 +184,7 @@ with gr.Blocks(theme='Insuz/SimpleIndigo') as demo:
|
|
184 |
<h1 style="color: #008000">NIRVACHANA - <span style="color: #008000">Expenditure Observer AI Assistant</span></h1>
|
185 |
<img src='logo.png' alt="Chatbot" width="50" height="50" />
|
186 |
</div>""",elem_id='heading')
|
187 |
-
|
188 |
<p style="font-family: sans-serif; font-size: 16px;">
|
189 |
A free chat bot assistant for Expenditure Observers on Compendium on Election Expenditure Monitoring using Open source LLMs. <br>
|
190 |
The bot can answer questions in natural language, taking relevant extracts from the ECI document which can be accessed <a href="https://www.eci.gov.in/eci-backend/public/api/download?url=LMAhAK6sOPBp%2FNFF0iRfXbEB1EVSLT41NNLRjYNJJP1KivrUxbfqkDatmHy12e%2Fzk1vx4ptJpQsKYHA87guoLjnPUWtHeZgKtEqs%2FyzfTTYIC0newOHHOjl1rl0u3mJBSIq%2Fi7zDsrcP74v%2FKr8UNw%3D%3D" style="color: #00008B; text-decoration: none;">CLICK HERE !</a>.
|
|
|
184 |
<h1 style="color: #008000">NIRVACHANA - <span style="color: #008000">Expenditure Observer AI Assistant</span></h1>
|
185 |
<img src='logo.png' alt="Chatbot" width="50" height="50" />
|
186 |
</div>""",elem_id='heading')
|
187 |
+
gr.HTML(value=f"""
|
188 |
<p style="font-family: sans-serif; font-size: 16px;">
|
189 |
A free chat bot assistant for Expenditure Observers on Compendium on Election Expenditure Monitoring using Open source LLMs. <br>
|
190 |
The bot can answer questions in natural language, taking relevant extracts from the ECI document which can be accessed <a href="https://www.eci.gov.in/eci-backend/public/api/download?url=LMAhAK6sOPBp%2FNFF0iRfXbEB1EVSLT41NNLRjYNJJP1KivrUxbfqkDatmHy12e%2Fzk1vx4ptJpQsKYHA87guoLjnPUWtHeZgKtEqs%2FyzfTTYIC0newOHHOjl1rl0u3mJBSIq%2Fi7zDsrcP74v%2FKr8UNw%3D%3D" style="color: #00008B; text-decoration: none;">CLICK HERE !</a>.
|