siddharth060104 commited on
Commit
4d8763f
·
verified ·
1 Parent(s): 131f827

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -174,7 +174,10 @@ def transform_string(input_str):
174
  def main():
175
  # download_stockfish()
176
  st.title("Chessboard Position Detection and Move Prediction")
177
- import os
 
 
 
178
  st.write(os.getcwd())
179
 
180
 
 
174
  def main():
175
  # download_stockfish()
176
  st.title("Chessboard Position Detection and Move Prediction")
177
+
178
+ os.chmod("/home/user/app/stockfish-ubuntu-x86-64-sse41-popcnt", 0o755)
179
+
180
+
181
  st.write(os.getcwd())
182
 
183