jchen8000 commited on
Commit
cb5cffb
·
verified ·
1 Parent(s): 54d4ede

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -143,9 +143,6 @@ additional_inputs = [
143
  gr.Number(precision=0, value=0, label="Seed", info="A starting point to initiate generation, use 0 for random")
144
  ]
145
 
146
- additional_outputs = [
147
- gr.Textbox(label="Retrieved Information", interactive=False, lines=10)
148
- ]
149
 
150
  # Create the Gradio interface
151
  with gr.Blocks(theme=gr.themes.Default()) as demo:
@@ -168,7 +165,6 @@ with gr.Blocks(theme=gr.themes.Default()) as demo:
168
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
169
  examples=examples_questions,
170
  additional_inputs=additional_inputs,
171
- additional_outputs=additional_outputs,
172
  cache_examples=False,
173
  )
174
  # with gr.Column():
 
143
  gr.Number(precision=0, value=0, label="Seed", info="A starting point to initiate generation, use 0 for random")
144
  ]
145
 
 
 
 
146
 
147
  # Create the Gradio interface
148
  with gr.Blocks(theme=gr.themes.Default()) as demo:
 
165
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
166
  examples=examples_questions,
167
  additional_inputs=additional_inputs,
 
168
  cache_examples=False,
169
  )
170
  # with gr.Column():