JohnAlexander23 commited on
Commit
048747d
1 Parent(s): 066505e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def fetch_response(user_input):
21
  # yield (each.choices[0].delta.content)
22
  # #end=""
23
 
24
- iface = gr.Interface(fn=fetch_response, inputs="text", outputs="text", title="Fastest AI Chatbot By Klizos", description="Ask a question and get a response.")
25
  iface.launch(
26
  share=True
27
  )
 
21
  # yield (each.choices[0].delta.content)
22
  # #end=""
23
 
24
+ iface = st.Interface(fn=fetch_response, inputs="text", outputs="text", title="Fastest AI Chatbot By Klizos", description="Ask a question and get a response.")
25
  iface.launch(
26
  share=True
27
  )