ProfessorLeVesseur commited on
Commit
980b559
·
verified ·
1 Parent(s): c703628

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -25,7 +25,7 @@ openai.api_key = openai_api_key
25
 
26
  # Streamlit page setup
27
  # icon = Image.open("MTSS.ai_Icon.png")
28
- icon = Image.open("/Users/cheynelevesseur/Desktop/Python_Code/LLM_Projects/LLM_Prxmpting/MTSS.ai_Icon.png")
29
  st.set_page_config(
30
  page_title="Prxmpting | Prompt Engineering",
31
  page_icon=icon,
@@ -62,13 +62,13 @@ with st.sidebar:
62
  # Set the desired width in pixels
63
  image_width = 150
64
  # Define the path to the image
65
- image_path = "/Users/cheynelevesseur/Desktop/Python_Code/LLM_Projects/LLM_Prxmpting/Prompting_guide_101.png"
66
 
67
  # Display the image
68
  st.image(image_path, caption="Prompting Guide 101", width=image_width)
69
 
70
  # Define the path to the PDF file
71
- pdf_path = "/Users/cheynelevesseur/Desktop/Python_Code/LLM_Projects/LLM_Prxmpting/gemini-for-google-workspace-prompting-guide-101.pdf"
72
 
73
  # Create a download button
74
  download_button = st.download_button(
 
25
 
26
  # Streamlit page setup
27
  # icon = Image.open("MTSS.ai_Icon.png")
28
+ icon = Image.open("MTSS.ai_Icon.png")
29
  st.set_page_config(
30
  page_title="Prxmpting | Prompt Engineering",
31
  page_icon=icon,
 
62
  # Set the desired width in pixels
63
  image_width = 150
64
  # Define the path to the image
65
+ image_path = "Prompting_guide_101.png"
66
 
67
  # Display the image
68
  st.image(image_path, caption="Prompting Guide 101", width=image_width)
69
 
70
  # Define the path to the PDF file
71
+ pdf_path = "gemini-for-google-workspace-prompting-guide-101.pdf"
72
 
73
  # Create a download button
74
  download_button = st.download_button(