Updated README to include huggingface stuff
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Postly
|
2 |
|
3 |
This repository contain the Postly client, which serves as a micro-message communication platform, similar to Twitter.
|
|
|
1 |
+
---
|
2 |
+
title: 'Postly: a simple twitter clone'
|
3 |
+
colorFrom: indigo
|
4 |
+
colorTo: indigo
|
5 |
+
sdk: streamlit
|
6 |
+
app_port: 7860
|
7 |
+
emoji: 🫁
|
8 |
+
pinned: false
|
9 |
+
license: mit
|
10 |
+
app_file: app.py
|
11 |
+
---
|
12 |
+
|
13 |
# Postly
|
14 |
|
15 |
This repository contain the Postly client, which serves as a micro-message communication platform, similar to Twitter.
|