datasciencedojo commited on
Commit
280b9be
·
1 Parent(s): 0105aac

added css to h-[40vh]

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -50,6 +50,9 @@ def chatbot(message, history):
50
  css = """
51
  footer {display:none !important}
52
  .output-markdown{display:none !important}
 
 
 
53
  .gr-button-primary {
54
  z-index: 14;
55
  height: 43px;
 
50
  css = """
51
  footer {display:none !important}
52
  .output-markdown{display:none !important}
53
+ .h-[40vh]{
54
+ height:65vh !important;
55
+ }
56
  .gr-button-primary {
57
  z-index: 14;
58
  height: 43px;