Spaces:
Running
Running
zRzRzRzRzRzRzR
commited on
Commit
·
e6fa2f1
1
Parent(s):
0274490
updat
Browse files
app.py
CHANGED
@@ -78,6 +78,21 @@ def get_readme_content():
|
|
78 |
</div>
|
79 |
</div>
|
80 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
81 |
<div style="background-color: #d4edda; border: 2px solid #28a745; border-radius: 12px; padding: 20px; margin: 30px 0; text-align: center;">
|
82 |
<p style="font-size: 18px; color: #155724; margin: 0;">
|
83 |
📥 Download: Find <strong>vlm-helper-1.0.6.dmg</strong> in this repository.
|
|
|
78 |
</div>
|
79 |
</div>
|
80 |
|
81 |
+
<div style="background-color: #ffeaa7; border: 2px solid #fdcb6e; border-radius: 12px; padding: 20px; margin: 30px 0;">
|
82 |
+
<h3 style="color: #2d3436; margin-top: 0; margin-bottom: 15px; text-align: center;">
|
83 |
+
⚙️ Important Setup Instructions
|
84 |
+
</h3>
|
85 |
+
<p style="color: #636e72; margin-bottom: 10px; font-weight: 500;">
|
86 |
+
Before using the application, please run the following command in Terminal:
|
87 |
+
</p>
|
88 |
+
<div style="background-color: #2d3436; color: #00ff00; padding: 15px; border-radius: 6px; font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace; font-size: 14px; margin: 15px 0; border: 1px solid #555;">
|
89 |
+
xattr -rd com.apple.quarantine /Applications/vlm-helper.app
|
90 |
+
</div>
|
91 |
+
<p style="color: #636e72; font-size: 14px; margin: 0;">
|
92 |
+
<em>This command removes the quarantine attribute to allow the app to run properly on macOS.</em>
|
93 |
+
</p>
|
94 |
+
</div>
|
95 |
+
|
96 |
<div style="background-color: #d4edda; border: 2px solid #28a745; border-radius: 12px; padding: 20px; margin: 30px 0; text-align: center;">
|
97 |
<p style="font-size: 18px; color: #155724; margin: 0;">
|
98 |
📥 Download: Find <strong>vlm-helper-1.0.6.dmg</strong> in this repository.
|