Update app.py
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ from requests.packages.urllib3.exceptions import InsecureRequestWarning
|
|
| 20 |
warnings.simplefilter('ignore', InsecureRequestWarning)
|
| 21 |
|
| 22 |
# Prompt dosyasını import et
|
| 23 |
-
from prompts import
|
| 24 |
|
| 25 |
# Enhanced features import et (sadece temel özellikler)
|
| 26 |
from enhanced_features import (
|
|
|
|
| 20 |
warnings.simplefilter('ignore', InsecureRequestWarning)
|
| 21 |
|
| 22 |
# Prompt dosyasını import et
|
| 23 |
+
from prompts import get_active_prompts
|
| 24 |
|
| 25 |
# Enhanced features import et (sadece temel özellikler)
|
| 26 |
from enhanced_features import (
|