Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -11,6 +11,7 @@ import streamlit as st
|
|
11 |
f = open("Final.txt", "r")
|
12 |
file_1_text = f.readlines()
|
13 |
Result = open("Result.txt", "a")
|
|
|
14 |
|
15 |
wallet_len = 40
|
16 |
|
|
|
11 |
f = open("Final.txt", "r")
|
12 |
file_1_text = f.readlines()
|
13 |
Result = open("Result.txt", "a")
|
14 |
+
st.success("Result file loaded")
|
15 |
|
16 |
wallet_len = 40
|
17 |
|