Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Skier8402/mistral-super-fast
johnstrenio
/
site_assistant
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
johnstrenio
commited on
Dec 15, 2024
Commit
828b5e2
·
verified
·
1 Parent(s):
843cba2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -76,7 +76,7 @@ def generate(
76
77
css = """
78
#mkd {
79
-
height:
500px
;
80
overflow: auto;
81
border: 1px solid #ccc;
82
}
76
77
css = """
78
#mkd {
79
+
height:
1000px
;
80
overflow: auto;
81
border: 1px solid #ccc;
82
}