AI-Manith commited on
Commit
b9655a1
·
verified ·
1 Parent(s): b45e823

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=400)
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