lvwerra HF staff commited on
Commit
a29437c
1 Parent(s): 9ed24ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -0
app.py CHANGED
@@ -46,9 +46,19 @@ def execute_jupyter_agent(sytem_prompt, user_input, max_new_tokens):
46
 
47
 
48
  css = """
 
 
 
 
 
 
49
  .gradio-container {
50
  height: 100vh !important;
51
  }
 
 
 
 
52
  """
53
 
54
 
 
46
 
47
 
48
  css = """
49
+ #component-0 {
50
+ height: 100vh;
51
+ overflow-y: auto;
52
+ padding: 20px;
53
+ }
54
+
55
  .gradio-container {
56
  height: 100vh !important;
57
  }
58
+
59
+ .contain {
60
+ height: 100vh !important;
61
+ }
62
  """
63
 
64