Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -268,6 +268,7 @@ with gr.Blocks() as demo:
|
|
| 268 |
chatbot_stream.like(vote, None, None)
|
| 269 |
chat_interface_stream.render()
|
| 270 |
with gr.Row():
|
| 271 |
-
gr.Radio(["Off", "Chroma"], label="Retrieval Augmented Generation", value = "Off")
|
|
|
|
| 272 |
|
| 273 |
demo.queue( max_size=100).launch(debug=True)
|
|
|
|
| 268 |
chatbot_stream.like(vote, None, None)
|
| 269 |
chat_interface_stream.render()
|
| 270 |
with gr.Row():
|
| 271 |
+
gr.Radio(["Off", "Chroma"], label="Retrieval Augmented Generation", value = "Off")
|
| 272 |
+
gr.Textbox(label = "OpenAI API Key", value = "sk-", lines = 1)
|
| 273 |
|
| 274 |
demo.queue( max_size=100).launch(debug=True)
|