Spaces:
Sleeping
Sleeping
JohnAlexander23
commited on
Commit
•
048747d
1
Parent(s):
066505e
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ def fetch_response(user_input):
|
|
21 |
# yield (each.choices[0].delta.content)
|
22 |
# #end=""
|
23 |
|
24 |
-
iface =
|
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 |
)
|