david-oplatka commited on
Commit
237a3be
·
verified ·
1 Parent(s): 0fd1475

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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))