davidberenstein1957 HF staff commited on
Commit
400a077
·
verified ·
1 Parent(s): 0833e36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ with gr.Blocks() as demo:
44
  Part of [ai-blueprint](https://github.com/davidberenstein1957/ai-blueprint) - a blueprint for AI development, focusing on applied examples of RAG, information extraction, analysis and fine-tuning in the age of LLMs and agents.""")
45
 
46
  with gr.Row():
47
- system_prompt = gr.Textbox(label="System prompt", lines=3)
48
  user_prompt = gr.Textbox(label="Query", lines=3)
49
 
50
  with gr.Accordion("kwargs"):
 
44
  Part of [ai-blueprint](https://github.com/davidberenstein1957/ai-blueprint) - a blueprint for AI development, focusing on applied examples of RAG, information extraction, analysis and fine-tuning in the age of LLMs and agents.""")
45
 
46
  with gr.Row():
47
+ system_prompt = gr.Textbox(label="System prompt", lines=3, value="You are a helpful assistant.")
48
  user_prompt = gr.Textbox(label="Query", lines=3)
49
 
50
  with gr.Accordion("kwargs"):