Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -46,6 +46,7 @@ cfg.title = f'''<h1 style="text-align: center;">{cfg.title}</h1>'''
|
|
| 46 |
# This demo uses Retrieval Augmented Generation to ask questions about {cfg.source_data_desc}'''
|
| 47 |
|
| 48 |
cfg.description = f'''<center> <h2>{cfg.description}</h2>
|
|
|
|
| 49 |
This demo uses Retrieval Augmented Generation to ask questions about {cfg.source_data_desc}</center>'''
|
| 50 |
|
| 51 |
demo = gr.ChatInterface(respond, title = cfg.title, description = cfg.description, chatbot = gr.Chatbot(value = [[None, "How may I help you?"]], scale=3))
|
|
|
|
| 46 |
# This demo uses Retrieval Augmented Generation to ask questions about {cfg.source_data_desc}'''
|
| 47 |
|
| 48 |
cfg.description = f'''<center> <h2>{cfg.description}</h2>
|
| 49 |
+
<br>
|
| 50 |
This demo uses Retrieval Augmented Generation to ask questions about {cfg.source_data_desc}</center>'''
|
| 51 |
|
| 52 |
demo = gr.ChatInterface(respond, title = cfg.title, description = cfg.description, chatbot = gr.Chatbot(value = [[None, "How may I help you?"]], scale=3))
|