thinkall commited on
Commit
148eb69
·
1 Parent(s): b112116

Update prompt

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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=PROMPT_DEFAULT,
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},