Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -266,7 +266,7 @@ with gr.Blocks(css="""
|
|
| 266 |
gr.Image("rtfmachine.gif", width=300)
|
| 267 |
gr.Markdown(EQUIP_TEXT)
|
| 268 |
with gr.Row():
|
| 269 |
-
start_date = gr.Textbox(label="Başlangıç Tarihi (YYYY-MM-DD)", placeholder="2023-01-
|
| 270 |
end_date = gr.Textbox(label="Bitiş Tarihi (YYYY-MM-DD)", placeholder="2023-12-23")
|
| 271 |
plot_btn = gr.Button("🔍 Analiz ve Grafikleri Oluştur")
|
| 272 |
durum = gr.Textbox(label="Durum")
|
|
|
|
| 266 |
gr.Image("rtfmachine.gif", width=300)
|
| 267 |
gr.Markdown(EQUIP_TEXT)
|
| 268 |
with gr.Row():
|
| 269 |
+
start_date = gr.Textbox(label="Başlangıç Tarihi (YYYY-MM-DD)", placeholder="2023-01-18")
|
| 270 |
end_date = gr.Textbox(label="Bitiş Tarihi (YYYY-MM-DD)", placeholder="2023-12-23")
|
| 271 |
plot_btn = gr.Button("🔍 Analiz ve Grafikleri Oluştur")
|
| 272 |
durum = gr.Textbox(label="Durum")
|