Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -44,7 +44,7 @@ def create_stylecloud(text, language, icon):
|
|
| 44 |
return output_file
|
| 45 |
|
| 46 |
# Streamlit uygulamasını oluştur
|
| 47 |
-
st.title("
|
| 48 |
|
| 49 |
# Dosya yükleme
|
| 50 |
file = st.file_uploader("Metin Dosyası Yükle", type=["txt"])
|
|
|
|
| 44 |
return output_file
|
| 45 |
|
| 46 |
# Streamlit uygulamasını oluştur
|
| 47 |
+
st.title("WordCloud Oluşturucu")
|
| 48 |
|
| 49 |
# Dosya yükleme
|
| 50 |
file = st.file_uploader("Metin Dosyası Yükle", type=["txt"])
|