Spaces:
Running
Running
Update ui.py
Browse files
ui.py
CHANGED
@@ -3,11 +3,25 @@ import requests
|
|
3 |
import os
|
4 |
from gliner import GLiNER
|
5 |
#from auth import authenticator
|
|
|
|
|
|
|
6 |
|
7 |
tok=os.getenv("TOK")
|
8 |
|
9 |
|
10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
|
12 |
def Target_Identification(userinput):
|
13 |
|
|
|
3 |
import os
|
4 |
from gliner import GLiNER
|
5 |
#from auth import authenticator
|
6 |
+
from streamlit_autorefresh import st_autorefresh
|
7 |
+
|
8 |
+
|
9 |
|
10 |
tok=os.getenv("TOK")
|
11 |
|
12 |
|
13 |
|
14 |
+
"----------------------------------------------"
|
15 |
+
|
16 |
+
|
17 |
+
st_autorefresh(interval=5000,key="volter")
|
18 |
+
|
19 |
+
|
20 |
+
"----------------------------------------------"
|
21 |
+
|
22 |
+
|
23 |
+
|
24 |
+
|
25 |
|
26 |
def Target_Identification(userinput):
|
27 |
|