Spaces:
Build error
Build error
Update app.py
Browse files
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("
|
| 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 |
|