Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import streamlit as st
|
2 |
-
|
3 |
image = Image.open("rai_raise_main_badge_pos_102.png")
|
4 |
|
5 |
title_container = st.container()
|
|
|
1 |
import streamlit as st
|
2 |
+
from PIL import Image
|
3 |
image = Image.open("rai_raise_main_badge_pos_102.png")
|
4 |
|
5 |
title_container = st.container()
|