Harshil24 commited on
Commit
303a35f
·
1 Parent(s): cf1e2af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -136,6 +136,7 @@ def changedatashape():
136
  command = "java -version"
137
 
138
  def generate_result():
 
139
  os.system(command)
140
 
141
 
 
136
  command = "java -version"
137
 
138
  def generate_result():
139
+ os.system("apt-get install openjdk-17-jdk-headless -qq > /dev/null")
140
  os.system(command)
141
 
142