Spaces:
Building
Building
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,8 @@ from streamlit_pdf_viewer import pdf_viewer
|
|
37 |
# from groq import Groq
|
38 |
|
39 |
|
40 |
-
|
|
|
41 |
|
42 |
def consume_llm_api_conditional(prompt):
|
43 |
"""
|
@@ -343,8 +344,7 @@ def d4_to_3d(image):
|
|
343 |
print(np.shape(formatted_array))
|
344 |
return np.array(formatted_array)
|
345 |
|
346 |
-
|
347 |
-
dictionary=st.session_state
|
348 |
# st.write(str(os.getcwd()))
|
349 |
screen_width = streamlit_js_eval(label="screen.width",js_expressions='screen.width')
|
350 |
screen_height = streamlit_js_eval(label="screen.height",js_expressions='screen.height')
|
|
|
37 |
# from groq import Groq
|
38 |
|
39 |
|
40 |
+
st.set_page_config(layout="wide")
|
41 |
+
dictionary=st.session_state
|
42 |
|
43 |
def consume_llm_api_conditional(prompt):
|
44 |
"""
|
|
|
344 |
print(np.shape(formatted_array))
|
345 |
return np.array(formatted_array)
|
346 |
|
347 |
+
|
|
|
348 |
# st.write(str(os.getcwd()))
|
349 |
screen_width = streamlit_js_eval(label="screen.width",js_expressions='screen.width')
|
350 |
screen_height = streamlit_js_eval(label="screen.height",js_expressions='screen.height')
|