Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import streamlit as st
|
2 |
import json
|
3 |
from gradio_client import Client
|
|
|
4 |
|
5 |
# Load data.json
|
6 |
with open('data.json') as f:
|
|
|
1 |
import streamlit as st
|
2 |
import json
|
3 |
from gradio_client import Client
|
4 |
+
import time
|
5 |
|
6 |
# Load data.json
|
7 |
with open('data.json') as f:
|