warhawkmonk commited on
Commit
54b1a04
·
verified ·
1 Parent(s): 6d7ba41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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
- st.set_page_config(layout="wide")
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')