Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1593,9 +1593,4 @@ if __name__ == "__main__":
|
|
| 1593 |
server_port=7860,
|
| 1594 |
show_error=True
|
| 1595 |
)
|
| 1596 |
-
'''
|
| 1597 |
-
|
| 1598 |
-
print("KODUN İKİNCİ YARISI HAZIR")
|
| 1599 |
-
print("=" * 60)
|
| 1600 |
-
print(f"Karakter sayısı: {len(second_half)}")
|
| 1601 |
-
print("\nToplam kod uzunluğu:", len(fixed_code) + len(second_half))
|
|
|
|
| 1593 |
server_port=7860,
|
| 1594 |
show_error=True
|
| 1595 |
)
|
| 1596 |
+
'''
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|