Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import streamlit as st
|
2 |
from PIL import Image
|
3 |
from groq import Groq
|
|
|
4 |
|
5 |
st.image('endesa.jpeg', caption="", use_column_width=False)
|
6 |
st.image('calamo.png', caption="", use_column_width=False)
|
|
|
1 |
import streamlit as st
|
2 |
from PIL import Image
|
3 |
from groq import Groq
|
4 |
+
import os
|
5 |
|
6 |
st.image('endesa.jpeg', caption="", use_column_width=False)
|
7 |
st.image('calamo.png', caption="", use_column_width=False)
|