frncscp commited on
Commit
6720b63
·
1 Parent(s): 9645a2b

Update Patacotrón™.py

Browse files
Files changed (1) hide show
  1. Patacotrón™.py +1 -1
Patacotrón™.py CHANGED
@@ -28,6 +28,6 @@ st.markdown(
28
  """
29
  )
30
 
31
- with open("ptctrn.ans", "r") as file:
32
  art = file.read()
33
  st.write(art)
 
28
  """
29
  )
30
 
31
+ with open("ptctrn.txt", "r") as file:
32
  art = file.read()
33
  st.write(art)