Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,6 +8,7 @@ import datetime
|
|
8 |
from tensorflow import keras
|
9 |
import subprocess
|
10 |
import streamlit as st
|
|
|
11 |
|
12 |
def getdata():
|
13 |
#------------------------GETTING HTML TABLE DATA---------------------------
|
|
|
8 |
from tensorflow import keras
|
9 |
import subprocess
|
10 |
import streamlit as st
|
11 |
+
import jpype
|
12 |
|
13 |
def getdata():
|
14 |
#------------------------GETTING HTML TABLE DATA---------------------------
|