Spaces:
Runtime error
Runtime error
Update prompt
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
import os
|
3 |
import shutil
|
|
|
4 |
import autogen
|
5 |
import chromadb
|
6 |
import multiprocessing as mp
|
@@ -231,7 +232,7 @@ with gr.Blocks() as demo:
|
|
231 |
label="Enter your prompt for Retrieve Agent and press enter to replace the default prompt",
|
232 |
max_lines=40,
|
233 |
show_label=True,
|
234 |
-
value=
|
235 |
container=True,
|
236 |
show_copy_button=True,
|
237 |
layout={"height": 20},
|
|
|
1 |
import gradio as gr
|
2 |
import os
|
3 |
import shutil
|
4 |
+
import openai
|
5 |
import autogen
|
6 |
import chromadb
|
7 |
import multiprocessing as mp
|
|
|
232 |
label="Enter your prompt for Retrieve Agent and press enter to replace the default prompt",
|
233 |
max_lines=40,
|
234 |
show_label=True,
|
235 |
+
value=PROMPT_CODE,
|
236 |
container=True,
|
237 |
show_copy_button=True,
|
238 |
layout={"height": 20},
|