ktejeshnaidu commited on
Commit
080049c
·
verified ·
1 Parent(s): 888f5aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ with gr.Blocks(title="Smilo😃 - Real-Time Emotion Detection") as demo:
99
  <p style="color: #f0f0f0; font-size: 1.2em; margin: 0; font-weight: 400; letter-spacing: 0.5px;">Real-Time Emotion Detection powered by PyTorch</p>
100
  </div>
101
  """)
102
- gr.markdown(
103
  "<div style='text-align: center; color: var(--color-text-secondary); font-size: 0.85em;'>"
104
  "Smilo - Real-Time Emotion Detction using PyTorch & OpenCV | "
105
  "<a href='https://github.com/TejeshNaiduKona/Smilo' target='_blank'>GitHub</a>"
 
99
  <p style="color: #f0f0f0; font-size: 1.2em; margin: 0; font-weight: 400; letter-spacing: 0.5px;">Real-Time Emotion Detection powered by PyTorch</p>
100
  </div>
101
  """)
102
+ with gr.markdown(
103
  "<div style='text-align: center; color: var(--color-text-secondary); font-size: 0.85em;'>"
104
  "Smilo - Real-Time Emotion Detction using PyTorch & OpenCV | "
105
  "<a href='https://github.com/TejeshNaiduKona/Smilo' target='_blank'>GitHub</a>"