Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -144,7 +144,10 @@ st.markdown("""
|
|
| 144 |
padding: 5px;
|
| 145 |
}
|
| 146 |
}
|
| 147 |
-
|
|
|
|
|
|
|
|
|
|
| 148 |
""", unsafe_allow_html=True)
|
| 149 |
|
| 150 |
# Session State Initialization
|
|
|
|
| 144 |
padding: 5px;
|
| 145 |
}
|
| 146 |
}
|
| 147 |
+
</style>
|
| 148 |
+
<footer>
|
| 149 |
+
<p>Created by Calvin Allen-Crawford</p>
|
| 150 |
+
</footer>
|
| 151 |
""", unsafe_allow_html=True)
|
| 152 |
|
| 153 |
# Session State Initialization
|