SamiKoen commited on
Commit
780308a
·
verified ·
1 Parent(s): 742650a

Update app.py

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