Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -73,6 +73,7 @@ async def syncMessages():
|
|
73 |
o = f.read().split("<|end_of_turn|>")
|
74 |
for item in o:
|
75 |
item = item.split(": ", 1)
|
|
|
76 |
if len(item) < 2:
|
77 |
return 0
|
78 |
st.markdown(f":blue[{item[0].split('GPT4 Correct ')[1]}]: {item[1]}")
|
|
|
73 |
o = f.read().split("<|end_of_turn|>")
|
74 |
for item in o:
|
75 |
item = item.split(": ", 1)
|
76 |
+
print(item)
|
77 |
if len(item) < 2:
|
78 |
return 0
|
79 |
st.markdown(f":blue[{item[0].split('GPT4 Correct ')[1]}]: {item[1]}")
|