Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -140,9 +140,11 @@ def changedatashape():
|
|
140 |
|
141 |
|
142 |
def generate_result():
|
|
|
|
|
143 |
# Define your Java command as a string
|
144 |
#java_command = "java -version"
|
145 |
-
os.system("docker build -t my-java-app")
|
146 |
# Run the Java command in a subprocess
|
147 |
#jpype.runScript(java_command)
|
148 |
|
|
|
140 |
|
141 |
|
142 |
def generate_result():
|
143 |
+
data = pd.read_csv("sample2.csv")
|
144 |
+
st.write(data)
|
145 |
# Define your Java command as a string
|
146 |
#java_command = "java -version"
|
147 |
+
#os.system("docker build -t my-java-app")
|
148 |
# Run the Java command in a subprocess
|
149 |
#jpype.runScript(java_command)
|
150 |
|