Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -94,3 +94,14 @@ with col2:
|
|
94 |
|
95 |
except Exception as e:
|
96 |
st.error(f"Error: {str(e)}")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
94 |
|
95 |
except Exception as e:
|
96 |
st.error(f"Error: {str(e)}")
|
97 |
+
|
98 |
+
# Add team information at the bottom
|
99 |
+
st.markdown("---") # Add a horizontal line for separation
|
100 |
+
st.info("""
|
101 |
+
### Team: Mahasigma Berprestasi
|
102 |
+
- **Muhammad Karov Ardava Barus** ; 103052300001
|
103 |
+
- **Akmal Yaasir Fauzaan** ; 103052300008
|
104 |
+
- **Farand Diy Dat Mahazalfaa** ; 103052300050
|
105 |
+
- **Hauzan Rafi Attallah**; 103052330011
|
106 |
+
""")
|
107 |
+
|