Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ st.write("Aeona hopes to become an AI which as human as possible with goal of be
|
|
48 |
st.write("To do this we hope to combine a AI which uses the dialoggpt-2 framework and discord messages")
|
49 |
st.write("The input will start out by going to an AIML chatbot based on a modified version of ALICE")
|
50 |
st.write("If the AIML has not valid answer it will proceed to use the AI")
|
51 |
-
st.write("The ai right now is focused mainly on discord and you can invite the bot here: https://
|
52 |
|
53 |
st.text_input("Chat with Aeona", key="input_text", on_change=generate_answer)
|
54 |
|
|
|
48 |
st.write("To do this we hope to combine a AI which uses the dialoggpt-2 framework and discord messages")
|
49 |
st.write("The input will start out by going to an AIML chatbot based on a modified version of ALICE")
|
50 |
st.write("If the AIML has not valid answer it will proceed to use the AI")
|
51 |
+
st.write("The ai right now is focused mainly on discord and you can invite the bot here: https://aeona.xyz/")
|
52 |
|
53 |
st.text_input("Chat with Aeona", key="input_text", on_change=generate_answer)
|
54 |
|