JeCabrera commited on
Commit
8ec305b
·
verified ·
1 Parent(s): e0af504

Upload 10 files

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,9 +104,9 @@ if not st.session_state.messages:
104
  system_prompt = get_puv_system_prompt()
105
 
106
  # Mostrar la carátula inicial con el logo centrado
 
107
  st.markdown("""
108
  <div style='text-align: center; padding: 1rem 0;'>
109
- <img src="assets/robocopy_logo.png" width="300" style="margin-bottom: 20px;">
110
  <h1 style='font-size: 24px; margin-bottom: 0.5rem;'>💎 RoboCopy PUV Creator</h1>
111
  <p style='font-size: 16px; color: white;'>By Jesús Cabrera</p>
112
  <p style='font-size: 14px; background-color: rgba(78, 205, 196, 0.1); padding: 8px; border-radius: 5px; margin-top: 10px; color: white;'>
 
104
  system_prompt = get_puv_system_prompt()
105
 
106
  # Mostrar la carátula inicial con el logo centrado
107
+ st.image("./Gemini-Chatbot-Interface-with-Streamlit-main/assets/robocopy_logo.png", width=300)
108
  st.markdown("""
109
  <div style='text-align: center; padding: 1rem 0;'>
 
110
  <h1 style='font-size: 24px; margin-bottom: 0.5rem;'>💎 RoboCopy PUV Creator</h1>
111
  <p style='font-size: 16px; color: white;'>By Jesús Cabrera</p>
112
  <p style='font-size: 14px; background-color: rgba(78, 205, 196, 0.1); padding: 8px; border-radius: 5px; margin-top: 10px; color: white;'>