diff --git a/modules/ui.py b/modules/ui.py
index ff25c4ce..8e51e782 100644
--- a/modules/ui.py
+++ b/modules/ui.py
@@ -1841,15 +1841,15 @@ def versions_html():
return f"""
version: {tag}
- •
+ •
python: {python_version}
- •
+ •
torch: {getattr(torch, '__long_version__',torch.__version__)}
- •
+ •
xformers: {xformers_version}
- •
+ •
gradio: {gr.__version__}
- •
+ •
checkpoint: N/A
"""