rafaldembski commited on
Commit
8dea901
verified
1 Parent(s): 67f930c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -7
app.py CHANGED
@@ -4,12 +4,10 @@ from utils.functions import (
4
  get_phone_info,
5
  simple_checks,
6
  analyze_message,
7
- init_stats_file,
8
  update_stats,
9
  add_to_history,
10
  is_fake_number,
11
- init_fake_numbers_file,
12
- init_history_file
13
  )
14
  import os
15
 
@@ -20,10 +18,10 @@ st.set_page_config(
20
  layout="wide"
21
  )
22
 
23
- # 2. Inicjalizacja plik贸w
24
- init_stats_file()
25
- init_fake_numbers_file()
26
- init_history_file()
27
 
28
  # 3. Ukrycie bocznego menu Streamlit za pomoc膮 CSS
29
  hide_sidebar_style = """
 
4
  get_phone_info,
5
  simple_checks,
6
  analyze_message,
 
7
  update_stats,
8
  add_to_history,
9
  is_fake_number,
10
+ add_fake_number
 
11
  )
12
  import os
13
 
 
18
  layout="wide"
19
  )
20
 
21
+ # 2. Usuni臋cie inicjalizacji plik贸w JSON, poniewa偶 teraz u偶ywamy bazy danych SQLite
22
+ # init_stats_file()
23
+ # init_fake_numbers_file()
24
+ # init_history_file()
25
 
26
  # 3. Ukrycie bocznego menu Streamlit za pomoc膮 CSS
27
  hide_sidebar_style = """