vermen commited on
Commit
eaa9a55
·
verified ·
1 Parent(s): cb6123d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import subprocess
2
  import os
3
  from PIL import Image
 
4
  ##################################
5
  def write_txt(file_name,text):
6
  with open(file_name, "w", encoding="utf-8") as file:
 
1
  import subprocess
2
  import os
3
  from PIL import Image
4
+ import requests
5
  ##################################
6
  def write_txt(file_name,text):
7
  with open(file_name, "w", encoding="utf-8") as file: