Staticaliza commited on
Commit
0d2c418
1 Parent(s): 682b31c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ with gr.Blocks() as demo:
87
  with gr.Column():
88
  history = gr.Chatbot(abel = "History", elem_id = "chatbot")
89
  input = gr.Textbox(label = "Input", value = DEFAULT_INPUT, lines = 2)
90
- preoutput = gr.Textbox(label = "Pre-Input", value = DEFAULT_PREOUTPUT, lines = 1)
91
  instruction = gr.Textbox(label = "Instruction", value = DEFAULT_INSTRUCTION, lines = 4)
92
  access_key = gr.Textbox(label = "Access Key", lines = 1)
93
  run = gr.Button("▶")
 
87
  with gr.Column():
88
  history = gr.Chatbot(abel = "History", elem_id = "chatbot")
89
  input = gr.Textbox(label = "Input", value = DEFAULT_INPUT, lines = 2)
90
+ preoutput = gr.Textbox(label = "Pre-Output", value = DEFAULT_PREOUTPUT, lines = 1)
91
  instruction = gr.Textbox(label = "Instruction", value = DEFAULT_INSTRUCTION, lines = 4)
92
  access_key = gr.Textbox(label = "Access Key", lines = 1)
93
  run = gr.Button("▶")