Spaces:
Running
Running
Update app.py
Browse files
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=
|
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 |
|