aaronfleury commited on
Commit
3a7c5dd
1 Parent(s): fe65892

Update space

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ def chatbot(input_text):
10
 
11
  iface = gr.Interface(
12
  fn=chatbot,
13
- inputs=gr.inputs.Textbox(lines=2, placeholder="Enter your question here..."),
14
  outputs="text",
15
  title="NSW Planning Law Chatbot",
16
  description="Ask questions about NSW planning law."
 
10
 
11
  iface = gr.Interface(
12
  fn=chatbot,
13
+ inputs=gr.Textbox(lines=2, placeholder="Enter your question here..."),
14
  outputs="text",
15
  title="NSW Planning Law Chatbot",
16
  description="Ask questions about NSW planning law."