Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
mgokg/gemini-2.0-flash-exp
mgokg
/
PerplexicaApi
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mgokg
commited on
Dec 15, 2024
Commit
0a80ca7
·
verified
·
1 Parent(s):
e86b56d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -9,7 +9,7 @@ secreturl = os.environ.get('secret_url')
9
10
custom_css = """
11
#md {
12
-
height: 300px;
/*
Setze die Höhe auf 100 Pixel */
13
}
14
"""
15
9
10
custom_css = """
11
#md {
12
+
height: 300px;
font-size:22px;
13
}
14
"""
15