Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -174,7 +174,7 @@ def save_message(name, message):
|
|
174 |
with open("chat.txt", "a") as f:
|
175 |
f.write(f"{timestamp} - {name}: {message}\n")
|
176 |
|
177 |
-
def press_release()
|
178 |
st.markdown("""ππ Breaking News! π’π£
|
179 |
|
180 |
Introducing StreamlitWikipediaChat - the ultimate way to chat with Wikipedia and the whole world at the same time! πππ
|
|
|
174 |
with open("chat.txt", "a") as f:
|
175 |
f.write(f"{timestamp} - {name}: {message}\n")
|
176 |
|
177 |
+
def press_release():
|
178 |
st.markdown("""ππ Breaking News! π’π£
|
179 |
|
180 |
Introducing StreamlitWikipediaChat - the ultimate way to chat with Wikipedia and the whole world at the same time! πππ
|