Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -1096,5 +1096,8 @@ with st.sidebar:
|
|
| 1096 |
with st.expander("Traceback completo"):
|
| 1097 |
st.code(traceback.format_exc())
|
| 1098 |
|
| 1099 |
-
st.markdown("
|
| 1100 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1096 |
with st.expander("Traceback completo"):
|
| 1097 |
st.code(traceback.format_exc())
|
| 1098 |
|
| 1099 |
+
st.markdown("""
|
| 1100 |
+
<div style='text-align: center; color: #666666; padding: 20px;'>
|
| 1101 |
+
DermaRAG MVP v2.0 | EfficientNet-B4 · Llama 3.3 70B + GPT-OSS 120B (Groq)
|
| 1102 |
+
</div>
|
| 1103 |
+
""", unsafe_allow_html=True)
|