Update app.py
Browse files
app.py
CHANGED
@@ -663,5 +663,5 @@ def main(hugg):
|
|
663 |
st.markdown("<p style='text-align: center; color: #666;'>© 2024 EY</p>", unsafe_allow_html=True)
|
664 |
|
665 |
if __name__ == "__main__":
|
666 |
-
hugg =
|
667 |
main(hugg)
|
|
|
663 |
st.markdown("<p style='text-align: center; color: #666;'>© 2024 EY</p>", unsafe_allow_html=True)
|
664 |
|
665 |
if __name__ == "__main__":
|
666 |
+
hugg = True
|
667 |
main(hugg)
|