jerpint commited on
Commit
3555153
1 Parent(s): d60948f

remove trailing parenthesis

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ with block:
71
  #### It uses ChatGPT + embeddings to search the docs for relevant sections and uses them to answer questions. It can then cite its sources back to you to verify the information.
72
  #### Note that LLMs are prone to hallucination, so all outputs should always be vetted by users.
73
 
74
- #### The Code is open-sourced and available on [Github](www.github.com/jerpint/buster)")
75
  """
76
  )
77
 
 
71
  #### It uses ChatGPT + embeddings to search the docs for relevant sections and uses them to answer questions. It can then cite its sources back to you to verify the information.
72
  #### Note that LLMs are prone to hallucination, so all outputs should always be vetted by users.
73
 
74
+ #### The Code is open-sourced and available on [Github](www.github.com/jerpint/buster)
75
  """
76
  )
77