YchKhan commited on
Commit
176276e
·
verified ·
1 Parent(s): 64429ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -240,7 +240,7 @@ def display_docs_modal(docs):
240
 
241
 
242
  def hide_source():
243
- return gr.Markdown(value=documents.split(label='Source', visible=False)
244
 
245
 
246
  def ask_llm(system, user_input):
 
240
 
241
 
242
  def hide_source():
243
+ return gr.Markdown(value=documents.split(label='Source', visible=False))
244
 
245
 
246
  def ask_llm(system, user_input):