Spaces:
Running
Running
arslan-ahmed
commited on
Commit
•
4da8f94
1
Parent(s):
0411819
Update app.py
Browse files
app.py
CHANGED
@@ -420,9 +420,9 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue='orange', secondary_hue='gray
|
|
420 |
gr.Markdown(
|
421 |
"""
|
422 |
## Chat with your documents and websites<br>
|
423 |
-
Step 1) Enter your OpenAI API Key, and click Submit
|
424 |
-
Step 2) Upload your documents and/or enter URLs, then click Load Data
|
425 |
-
Step 3) Once data is loaded, click Initialize Chatbot (at the bottom of the page) to start talking to your data
|
426 |
|
427 |
Your documents should be semantically similar (covering related topics or having the similar meaning) in order to get the best results.
|
428 |
You may also play around with Advanced Settings, like changing the model name and parameters.
|
|
|
420 |
gr.Markdown(
|
421 |
"""
|
422 |
## Chat with your documents and websites<br>
|
423 |
+
Step 1) Enter your OpenAI API Key, and click Submit.<br>
|
424 |
+
Step 2) Upload your documents and/or enter URLs, then click Load Data.<br>
|
425 |
+
Step 3) Once data is loaded, click Initialize Chatbot (at the bottom of the page) to start talking to your data.<br>
|
426 |
|
427 |
Your documents should be semantically similar (covering related topics or having the similar meaning) in order to get the best results.
|
428 |
You may also play around with Advanced Settings, like changing the model name and parameters.
|