Ashar086 commited on
Commit
bf5ffc7
·
verified ·
1 Parent(s): 051423b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from sanity_check import perform_sanity_check
8
  from performance_testing import perform_performance_test
9
 
10
  def main():
11
- st.title("Testufy - Automated Testing Tool")
12
 
13
  url = st.text_input("Enter the URL to be tested")
14
 
 
8
  from performance_testing import perform_performance_test
9
 
10
  def main():
11
+ st.title("Testify - Automated Testing Tool")
12
 
13
  url = st.text_input("Enter the URL to be tested")
14