Zh1m1ngC commited on
Commit
f52bedd
Β·
1 Parent(s): ebf39f5
Files changed (1) hide show
  1. app.py +1 -1
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']} ({result['validity_score']}/5)")
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: