Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ if not HF_TOKEN:
|
|
44 |
raise ValueError("HF_TOKEN not found in environment variables")
|
45 |
|
46 |
# --- UI Settings ---
|
47 |
-
TITLE = "<h1 style='text-align:center; margin-bottom: 20px;'>Local RAG Llama 3.1 8B</h1>"
|
48 |
DISCORD_BADGE = """<p style="text-align:center; margin-top: -10px;">
|
49 |
<a href="https://discord.gg/openfreeai" target="_blank">
|
50 |
<img src="https://img.shields.io/static/v1?label=Discord&message=Openfree%20AI&color=%230000ff&labelColor=%23800080&logo=discord&logoColor=white&style=for-the-badge" alt="badge">
|
|
|
44 |
raise ValueError("HF_TOKEN not found in environment variables")
|
45 |
|
46 |
# --- UI Settings ---
|
47 |
+
TITLE = "<h1 style='text-align:center; margin-bottom: 20px;'>Local Thinking RAG: Llama 3.1 8B</h1>"
|
48 |
DISCORD_BADGE = """<p style="text-align:center; margin-top: -10px;">
|
49 |
<a href="https://discord.gg/openfreeai" target="_blank">
|
50 |
<img src="https://img.shields.io/static/v1?label=Discord&message=Openfree%20AI&color=%230000ff&labelColor=%23800080&logo=discord&logoColor=white&style=for-the-badge" alt="badge">
|