remove trailing parenthesis
Browse files
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 |
|