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