Spaces:
Runtime error
Runtime error
Commit ·
f50d74e
1
Parent(s): 70b9e3d
Missing module
Browse files
app.py
CHANGED
|
@@ -61,7 +61,7 @@ st.set_page_config(page_title="LLAMA 2 Generate Blogs",
|
|
| 61 |
initial_sidebar_state='collapsed')
|
| 62 |
|
| 63 |
# Display image using st.image
|
| 64 |
-
st.image('images/ConcertIDC_Logo_Stack.png', width=50, caption='')
|
| 65 |
|
| 66 |
# Page header with favicon icon
|
| 67 |
st.markdown(
|
|
|
|
| 61 |
initial_sidebar_state='collapsed')
|
| 62 |
|
| 63 |
# Display image using st.image
|
| 64 |
+
#st.image('images/ConcertIDC_Logo_Stack.png', width=50, caption='')
|
| 65 |
|
| 66 |
# Page header with favicon icon
|
| 67 |
st.markdown(
|