Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
# app.py
|
2 |
import os
|
|
|
3 |
import time
|
4 |
import json
|
5 |
import zipfile
|
6 |
import io
|
7 |
import streamlit as st
|
8 |
-
from groq import Groq
|
9 |
from streamlit_lottie import st_lottie
|
10 |
from streamlit_extras.stylable_container import stylable_container
|
11 |
|
|
|
1 |
# app.py
|
2 |
import os
|
3 |
+
from groq import Groq
|
4 |
import time
|
5 |
import json
|
6 |
import zipfile
|
7 |
import io
|
8 |
import streamlit as st
|
|
|
9 |
from streamlit_lottie import st_lottie
|
10 |
from streamlit_extras.stylable_container import stylable_container
|
11 |
|