warhawkmonk commited on
Commit
7004814
·
verified ·
1 Parent(s): ac894fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -319,7 +319,7 @@ def prompt_limmiter(prompt):
319
 
320
  return response['matches'][0]['metadata']['string']
321
  """
322
- with st.container(height=600):
323
  st.code(random_val,language="python")
324
  with tab2:
325
 
 
319
 
320
  return response['matches'][0]['metadata']['string']
321
  """
322
+ with st.container(height=int(screen_height//1.8)):
323
  st.code(random_val,language="python")
324
  with tab2:
325