NoFearNo commited on
Commit
33d604e
·
verified ·
1 Parent(s): d38208b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-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')
 
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","fas 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')