Spaces:
Runtime error
Runtime error
Jayabalambika
commited on
Commit
•
869ca48
1
Parent(s):
63daaae
Update app.py
Browse filesfixed the font
app.py
CHANGED
@@ -132,7 +132,7 @@ y = datagen_y()
|
|
132 |
title = " Principal Component Regression vs Partial Least Squares Regression."
|
133 |
|
134 |
|
135 |
-
with gr.Blocks(title=title, theme=
|
136 |
|
137 |
gr.Markdown(f" # {title}")
|
138 |
gr.Markdown(
|
|
|
132 |
title = " Principal Component Regression vs Partial Least Squares Regression."
|
133 |
|
134 |
|
135 |
+
with gr.Blocks(title=title, theme=gr.themes.Default(font=[gr.themes.GoogleFont("Inconsolata"), "Arial", "sans-serif"]))
|
136 |
|
137 |
gr.Markdown(f" # {title}")
|
138 |
gr.Markdown(
|