Zh1m1ngC
commited on
Commit
Β·
f52bedd
1
Parent(s):
ebf39f5
debug
Browse files
app.py
CHANGED
|
@@ -164,7 +164,7 @@ if st.button("Check URL Validity"):
|
|
| 164 |
|
| 165 |
# Display results in the app
|
| 166 |
st.write(f"π **URL**: {result['url']}")
|
| 167 |
-
st.write(f"β **Rating**: {result['stars']}
|
| 168 |
st.write("### Explanation:")
|
| 169 |
st.write(result["explanation"])
|
| 170 |
else:
|
|
|
|
| 164 |
|
| 165 |
# Display results in the app
|
| 166 |
st.write(f"π **URL**: {result['url']}")
|
| 167 |
+
st.write(f"β **Rating**: {result['stars']}")
|
| 168 |
st.write("### Explanation:")
|
| 169 |
st.write(result["explanation"])
|
| 170 |
else:
|