acecalisto3 commited on
Commit
60499e1
·
verified ·
1 Parent(s): e487958

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -315,8 +315,8 @@ def gradio_interface(purpose, history):
315
  iface = gr.Interface(
316
  fn=gradio_interface,
317
  inputs=[
318
- gr.inputs.Textbox(lines=2, placeholder="Enter the purpose here..."),
319
- gr.inputs.Textbox(lines=10, placeholder="Enter the history here (JSON format)...")
320
  ],
321
  outputs="text",
322
  title="AI Assistant",
 
315
  iface = gr.Interface(
316
  fn=gradio_interface,
317
  inputs=[
318
+ gr.Textbox(lines=2, placeholder="Enter the purpose here..."),
319
+ gr.Textbox(lines=10, placeholder="Enter the history here (JSON format)...")
320
  ],
321
  outputs="text",
322
  title="AI Assistant",