Commit
·
0ed0398
1
Parent(s):
572bdd0
Fix: comment out Google Fonts import for CSP compatibility
Browse files
app.py
CHANGED
|
@@ -320,7 +320,7 @@ def generate_steered(prompt, alpha, max_tokens):
|
|
| 320 |
# Custom CSS to match Streamlit minimal design
|
| 321 |
custom_css = """
|
| 322 |
<style>
|
| 323 |
-
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap');
|
| 324 |
|
| 325 |
/* Global font */
|
| 326 |
.gradio-container, .gradio-container * {
|
|
|
|
| 320 |
# Custom CSS to match Streamlit minimal design
|
| 321 |
custom_css = """
|
| 322 |
<style>
|
| 323 |
+
/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap'); */
|
| 324 |
|
| 325 |
/* Global font */
|
| 326 |
.gradio-container, .gradio-container * {
|