Spaces:
Sleeping
Sleeping
BenBranyon
commited on
Commit
•
6ea820e
1
Parent(s):
71cc4ac
Update app.py
Browse files
app.py
CHANGED
@@ -10,6 +10,7 @@ def query(payload):
|
|
10 |
return response.json()
|
11 |
|
12 |
messages = st.container()
|
|
|
13 |
if prompt := st.chat_input("Subject of the song"):
|
14 |
output = query({
|
15 |
"inputs": "Write a rap in the style of the artist Sum about " + prompt,
|
|
|
10 |
return response.json()
|
11 |
|
12 |
messages = st.container()
|
13 |
+
message = st.chat_message("assistant").write("Hello human")
|
14 |
if prompt := st.chat_input("Subject of the song"):
|
15 |
output = query({
|
16 |
"inputs": "Write a rap in the style of the artist Sum about " + prompt,
|