Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -61,8 +61,8 @@ async def syncMessages():
|
|
61 |
o = f.read().split("<|end_of_turn|>")
|
62 |
for item in o:
|
63 |
item = item.split(": ", 1)
|
64 |
-
st.markdown(f":blue[{item[0]}]: {item[1]}")
|
65 |
print(item)
|
|
|
66 |
|
67 |
@client.event
|
68 |
async def on_ready():
|
|
|
61 |
o = f.read().split("<|end_of_turn|>")
|
62 |
for item in o:
|
63 |
item = item.split(": ", 1)
|
|
|
64 |
print(item)
|
65 |
+
st.markdown(f":blue[{item[0]}]: {item[1]}")
|
66 |
|
67 |
@client.event
|
68 |
async def on_ready():
|