Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ with gr.Blocks() as demo:
|
|
30 |
with gr.Row():
|
31 |
file_input=gr.File(label='Metin dosyasını yükle', type='binary')
|
32 |
language=gr.Radio(choices=['TR', 'En'],label='Dil Seçimi', value='TR')
|
33 |
-
icon=gr.Dropdown(choices=["fas fa-car", "fas fa-star-and-crescent", "fas fa-trophy", "fas fa-heart","fa-
|
34 |
label='İkon seçimi',value="fas fa-car")
|
35 |
output_file=gr.File(label='Kelime Bulutunu indir')
|
36 |
create_button=gr.Button('Oluştur')
|
|
|
30 |
with gr.Row():
|
31 |
file_input=gr.File(label='Metin dosyasını yükle', type='binary')
|
32 |
language=gr.Radio(choices=['TR', 'En'],label='Dil Seçimi', value='TR')
|
33 |
+
icon=gr.Dropdown(choices=["fas fa-car", "fas fa-star-and-crescent", "fas fa-trophy", "fas fa-heart","fa-regular fa-eye"],
|
34 |
label='İkon seçimi',value="fas fa-car")
|
35 |
output_file=gr.File(label='Kelime Bulutunu indir')
|
36 |
create_button=gr.Button('Oluştur')
|