Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,17 +6,12 @@ st.markdown("""
|
|
| 6 |
# 📧 SMTP
|
| 7 |
- Simple Mail Transfer Protocol: The standard protocol used for sending email messages over the internet. It defines how email clients and servers communicate and deliver messages.
|
| 8 |
|
| 9 |
-

|
| 10 |
-
|
| 11 |
# 💬 XMPP
|
| 12 |
- Extensible Messaging and Presence Protocol: A communication protocol used for instant messaging, presence information, and contact list management. It allows for interoperability between different messaging platforms.
|
| 13 |
|
| 14 |
-

|
| 15 |
-
|
| 16 |
# 🌐 HTTP
|
| 17 |
- **Hypertext Transfer Protocol**: The foundation of data communication on the World Wide Web. It defines how web browsers and servers exchange information, enabling the retrieval and display of web pages.
|
| 18 |
|
| 19 |
-

|
| 20 |
|
| 21 |
""")
|
| 22 |
|
|
|
|
| 6 |
# 📧 SMTP
|
| 7 |
- Simple Mail Transfer Protocol: The standard protocol used for sending email messages over the internet. It defines how email clients and servers communicate and deliver messages.
|
| 8 |
|
|
|
|
|
|
|
| 9 |
# 💬 XMPP
|
| 10 |
- Extensible Messaging and Presence Protocol: A communication protocol used for instant messaging, presence information, and contact list management. It allows for interoperability between different messaging platforms.
|
| 11 |
|
|
|
|
|
|
|
| 12 |
# 🌐 HTTP
|
| 13 |
- **Hypertext Transfer Protocol**: The foundation of data communication on the World Wide Web. It defines how web browsers and servers exchange information, enabling the retrieval and display of web pages.
|
| 14 |
|
|
|
|
| 15 |
|
| 16 |
""")
|
| 17 |
|