Tonic commited on
Commit
10349ae
1 Parent(s): 584d7f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -70,8 +70,8 @@ def chatbot_response(user_query):
70
  def main():
71
  iface = gr.Interface(
72
  chatbot_response,
73
- inputs=gr.inputs.Textbox(lines=2, placeholder="Enter your query here..."),
74
- outputs=gr.outputs.Textbox(),
75
  title="Vectonic ChatBot",
76
  description="Optimized Using Tonicai. Powered by Vectara and TogetherAI. Ask anything!",
77
  )
 
70
  def main():
71
  iface = gr.Interface(
72
  chatbot_response,
73
+ inputs=gr.Textbox(lines=2, placeholder="Enter your query here..."),
74
+ outputs=gr.Textbox(),
75
  title="Vectonic ChatBot",
76
  description="Optimized Using Tonicai. Powered by Vectara and TogetherAI. Ask anything!",
77
  )