awacke1 commited on
Commit
7cae0ea
β€’
1 Parent(s): 5a90ad5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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! πŸŒŽπŸ“šπŸ‘‹