Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -315,8 +315,8 @@ def gradio_interface(purpose, history):
|
|
315 |
iface = gr.Interface(
|
316 |
fn=gradio_interface,
|
317 |
inputs=[
|
318 |
-
gr.
|
319 |
-
gr.
|
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",
|