Kakaarot commited on
Commit
0a146ee
·
verified ·
1 Parent(s): 8d8271a

Fixing "Why" of not working with direct call through images folder in Space itself

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -146,7 +146,7 @@ col1, col2 = st.columns([3, 1])
146
  with col1:
147
  st.markdown('<p class="title">Gemma Text Generator</p>', unsafe_allow_html=True)
148
  with col2:
149
- st.image("https://drive.google.com/file/d/1NiaMUb7go0vSy1ZmOC08zCZsxBDQQKUD/view?usp=drive_link", width=80, caption="GSoC 2025")
150
 
151
 
152
  # Instructions and example
 
146
  with col1:
147
  st.markdown('<p class="title">Gemma Text Generator</p>', unsafe_allow_html=True)
148
  with col2:
149
+ st.image("https://huggingface.co/spaces/Kakaarot/Gemma-HuggingFace_QA_Demo/resolve/main/images/GSoC_logo.png", width=80, caption="GSoC 2025")
150
 
151
 
152
  # Instructions and example