sepp81 commited on
Commit
1f6d432
·
verified ·
1 Parent(s): 48363c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,7 +141,7 @@ class RoFTGame:
141
  f.write("\n".join(annotation_details))
142
 
143
  def main():
144
- st.title("Real or Fake Text (RoFT) Game")
145
 
146
  # Initialize game session state
147
  if 'game' not in st.session_state:
 
141
  f.write("\n".join(annotation_details))
142
 
143
  def main():
144
+ st.title("Guess if Machine or Human")
145
 
146
  # Initialize game session state
147
  if 'game' not in st.session_state: