pentarosarium commited on
Commit
419a8ba
·
1 Parent(s): a9af270

test new backend

Browse files
Files changed (1) hide show
  1. app.py +0 -8
app.py CHANGED
@@ -26,15 +26,7 @@ def init_modal():
26
  def main():
27
  st.title("Financial Statement Analyzer")
28
 
29
- def test_modal_connection():
30
- try:
31
- client = modal.Client()
32
- print("Modal client initialized successfully.")
33
- except Exception as e:
34
- print(f"Error initializing Modal client: {str(e)}")
35
 
36
-
37
- test_modal_connection()
38
 
39
 
40
  # Initialize Modal
 
26
  def main():
27
  st.title("Financial Statement Analyzer")
28
 
 
 
 
 
 
 
29
 
 
 
30
 
31
 
32
  # Initialize Modal