Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ if not os.path.exists('my_authorship_model'):
|
|
78 |
st.write(f"Failed to download or extract the model: {e}")
|
79 |
exit(1)
|
80 |
else:
|
81 |
-
st.
|
82 |
|
83 |
|
84 |
# Download the required files
|
|
|
78 |
st.write(f"Failed to download or extract the model: {e}")
|
79 |
exit(1)
|
80 |
else:
|
81 |
+
st.title("AI Text Detection")
|
82 |
|
83 |
|
84 |
# Download the required files
|