Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ st.title("🎈 Jokerrr - AI Fun Facts Generator")
|
|
23 |
col1, col2, col3 = st.columns([1,2,1])
|
24 |
with col2:
|
25 |
st.image("img/batman.png",
|
26 |
-
width=
|
27 |
|
28 |
# Initialize LLM
|
29 |
@st.cache_resource
|
|
|
23 |
col1, col2, col3 = st.columns([1,2,1])
|
24 |
with col2:
|
25 |
st.image("img/batman.png",
|
26 |
+
width=500)
|
27 |
|
28 |
# Initialize LLM
|
29 |
@st.cache_resource
|