Mattral commited on
Commit
3a42962
1 Parent(s): f26a1bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ with gr.Blocks() as app:
59
  with gr.Row():
60
  with gr.Column(scale=3):
61
  inp = gr.Textbox(label="Prompt")
62
- sys_inp = gr.HTML(value=f"<p>{system_prompt_text}</p>", interactive=False) # Display the system prompt
63
  with gr.Row():
64
  with gr.Column(scale=2):
65
  btn = gr.Button("Chat")
 
59
  with gr.Row():
60
  with gr.Column(scale=3):
61
  inp = gr.Textbox(label="Prompt")
62
+ sys_inp = gr.HTML(value=f"<p>{system_prompt_text}</p>") # Display the system prompt
63
  with gr.Row():
64
  with gr.Column(scale=2):
65
  btn = gr.Button("Chat")