Fixing "Why" of not working with direct call through images folder in Space itself
Browse files
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://
|
| 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
|