Spaces:
Runtime error
Runtime error
vananh0905
commited on
Commit
•
0896a3b
1
Parent(s):
2a81030
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ import numpy as np
|
|
4 |
import requests
|
5 |
|
6 |
import streamlit as st
|
|
|
7 |
from streamlit_ace import st_ace
|
8 |
from utils import *
|
9 |
# from io import StringIO
|
|
|
4 |
import requests
|
5 |
|
6 |
import streamlit as st
|
7 |
+
import streamlit_nested_layout
|
8 |
from streamlit_ace import st_ace
|
9 |
from utils import *
|
10 |
# from io import StringIO
|