Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|