Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -147,7 +147,6 @@ with gr.Blocks() as demo:
|
|
147 |
mahalle = gr.Textbox(label="Mahalle")
|
148 |
sokak = gr.Textbox(label="Sokak/Cadde/Bulvar")
|
149 |
with gr.Row():
|
150 |
-
no = gr.Textbox(label="No")
|
151 |
tel = gr.Textbox(label="Telefon")
|
152 |
with gr.Row():
|
153 |
isim_soyisim = gr.Textbox(label="İsim Soyisim")
|
@@ -164,7 +163,6 @@ with gr.Blocks() as demo:
|
|
164 |
open_api_text.change(text_dict_ilce, [open_api_text], ilce)
|
165 |
open_api_text.change(text_dict_mahalle, [open_api_text], mahalle)
|
166 |
open_api_text.change(text_dict_sokak, [open_api_text], sokak)
|
167 |
-
open_api_text.change(text_dict_no, [open_api_text], no)
|
168 |
open_api_text.change(text_dict_adres, [open_api_text], adres)
|
169 |
open_api_text.change(text_dict_tel, [open_api_text], tel)
|
170 |
open_api_text.change(text_dict_isim, [open_api_text], isim_soyisim)
|
|
|
147 |
mahalle = gr.Textbox(label="Mahalle")
|
148 |
sokak = gr.Textbox(label="Sokak/Cadde/Bulvar")
|
149 |
with gr.Row():
|
|
|
150 |
tel = gr.Textbox(label="Telefon")
|
151 |
with gr.Row():
|
152 |
isim_soyisim = gr.Textbox(label="İsim Soyisim")
|
|
|
163 |
open_api_text.change(text_dict_ilce, [open_api_text], ilce)
|
164 |
open_api_text.change(text_dict_mahalle, [open_api_text], mahalle)
|
165 |
open_api_text.change(text_dict_sokak, [open_api_text], sokak)
|
|
|
166 |
open_api_text.change(text_dict_adres, [open_api_text], adres)
|
167 |
open_api_text.change(text_dict_tel, [open_api_text], tel)
|
168 |
open_api_text.change(text_dict_isim, [open_api_text], isim_soyisim)
|