Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Ekimetrics/climate-question-answering
LouisSanna
/
anything-question-answering
like
3
Runtime error
App
Files
Files
Community
TheoLvs
commited on
Oct 16, 2023
Commit
f2aadef
•
1 Parent(s):
0ad27f8
Update style.css
Browse files
Files changed (1)
hide
show
style.css
+2
-1
style.css
CHANGED
Viewed
@@ -183,5 +183,6 @@ div#chatbot-row{
183
}
184
185
div#chatbot{
186
-
height:calc(100vh - 270px)
187
}
183
}
184
185
div#chatbot{
186
+
height:calc(100vh - 270px)
;
187
+
max-height:calc(100vh - 270px);
188
}