Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ except:
|
|
34 |
print("ℹ️ Using default configuration")
|
35 |
|
36 |
MODEL = "anthropic/claude-3.5-sonnet"
|
37 |
-
THEME = "
|
38 |
GROUNDING_URLS = ["https://www.maths.tcd.ie/~dwilkins/LaTeXPrimer/MathMode.html", "https://www.maths.tcd.ie/~dwilkins/LaTeXPrimer/TeXEntities.html", "https://www.maths.tcd.ie/~dwilkins/LaTeXPrimer/Matrices.html", "https://www.maths.tcd.ie/~dwilkins/LaTeXPrimer/StdFuncts.html"]
|
39 |
# Get access code from environment variable for security
|
40 |
# If ACCESS_CODE is not set, no access control is applied
|
|
|
34 |
print("ℹ️ Using default configuration")
|
35 |
|
36 |
MODEL = "anthropic/claude-3.5-sonnet"
|
37 |
+
THEME = "Monochrome" # Gradio theme name (Remember to add this to configuration panel)
|
38 |
GROUNDING_URLS = ["https://www.maths.tcd.ie/~dwilkins/LaTeXPrimer/MathMode.html", "https://www.maths.tcd.ie/~dwilkins/LaTeXPrimer/TeXEntities.html", "https://www.maths.tcd.ie/~dwilkins/LaTeXPrimer/Matrices.html", "https://www.maths.tcd.ie/~dwilkins/LaTeXPrimer/StdFuncts.html"]
|
39 |
# Get access code from environment variable for security
|
40 |
# If ACCESS_CODE is not set, no access control is applied
|