Spaces:
Running
Running
Upload streamlit_app.py
Browse files- streamlit_app.py +1 -1
streamlit_app.py
CHANGED
|
@@ -435,4 +435,4 @@ with st.sidebar:
|
|
| 435 |
if st.button("脰nbelle臒i temizle", key="clear_cache"):
|
| 436 |
st.cache_data.clear(); st.success("脰nbellek temizlendi.")
|
| 437 |
st.caption(f"API_BASE: {API_BASE}")
|
| 438 |
-
if HF_TOKEN: st.caption("Auth: Bearer (aktif)")
|
|
|
|
| 435 |
if st.button("脰nbelle臒i temizle", key="clear_cache"):
|
| 436 |
st.cache_data.clear(); st.success("脰nbellek temizlendi.")
|
| 437 |
st.caption(f"API_BASE: {API_BASE}")
|
| 438 |
+
if HF_TOKEN: st.caption("Auth: Bearer (aktif)")
|