Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
"""
|
| 2 |
-
===========================================================
|
| 3 |
PROVA FINAL - ANÁLISE DE RISCO DE CRÉDITO - CREDIFAST
|
| 4 |
-
==========================================================
|
| 5 |
Aluno: Daniel Coser Gonçalves de Araujo
|
| 6 |
Matrícula: 200033638
|
| 7 |
Disciplina: Sistemas de Informação em Engenharia de Produção (SIEP)
|
| 8 |
Professor: João Gabriel de Moraes Souza
|
| 9 |
Universidade de Brasília - UnB
|
| 10 |
-
==========================================================
|
| 11 |
"""
|
| 12 |
|
| 13 |
import streamlit as st
|
|
@@ -499,7 +499,7 @@ def main():
|
|
| 499 |
unsafe_allow_html=True)
|
| 500 |
st.markdown('''<p class="sub-header">
|
| 501 |
Dashboard Interativo para Predição de Inadimplência |
|
| 502 |
-
Prova Final
|
| 503 |
</p>''', unsafe_allow_html=True)
|
| 504 |
|
| 505 |
# Sidebar
|
|
@@ -1605,9 +1605,9 @@ def main():
|
|
| 1605 |
st.markdown("---")
|
| 1606 |
st.markdown("""
|
| 1607 |
<div style="text-align: center; color: #6B7280; font-size: 0.9rem;">
|
| 1608 |
-
<p>Prova Final -
|
| 1609 |
-
<p>Daniel Coser Gonçalves de Araujo| Matrícula: 200033638
|
| 1610 |
-
<p>
|
| 1611 |
</div>
|
| 1612 |
""", unsafe_allow_html=True)
|
| 1613 |
|
|
|
|
| 1 |
"""
|
| 2 |
+
===========================================================
|
| 3 |
PROVA FINAL - ANÁLISE DE RISCO DE CRÉDITO - CREDIFAST
|
| 4 |
+
==========================================================
|
| 5 |
Aluno: Daniel Coser Gonçalves de Araujo
|
| 6 |
Matrícula: 200033638
|
| 7 |
Disciplina: Sistemas de Informação em Engenharia de Produção (SIEP)
|
| 8 |
Professor: João Gabriel de Moraes Souza
|
| 9 |
Universidade de Brasília - UnB
|
| 10 |
+
==========================================================
|
| 11 |
"""
|
| 12 |
|
| 13 |
import streamlit as st
|
|
|
|
| 499 |
unsafe_allow_html=True)
|
| 500 |
st.markdown('''<p class="sub-header">
|
| 501 |
Dashboard Interativo para Predição de Inadimplência |
|
| 502 |
+
Prova Final | Daniel Coser Gonçalves de Araujo | 200033638
|
| 503 |
</p>''', unsafe_allow_html=True)
|
| 504 |
|
| 505 |
# Sidebar
|
|
|
|
| 1605 |
st.markdown("---")
|
| 1606 |
st.markdown("""
|
| 1607 |
<div style="text-align: center; color: #6B7280; font-size: 0.9rem;">
|
| 1608 |
+
<p>Prova Final - SIEP</p>
|
| 1609 |
+
<p>Daniel Coser Gonçalves de Araujo| Matrícula: 200033638</p>
|
| 1610 |
+
<p>Prof: João Gabriel de Moraes Souza</p>
|
| 1611 |
</div>
|
| 1612 |
""", unsafe_allow_html=True)
|
| 1613 |
|