vineet124jig commited on
Commit
ac4bb47
·
verified ·
1 Parent(s): 3da91fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -100,7 +100,6 @@ with gr.Blocks() as demo:
100
  <div style='text-align: center; margin-bottom: 24px;'>
101
  <h1 style='font-size:2.2em; margin-bottom: 0.2em;'>Vector Embedding Generator</h1>
102
  <p style='font-size:1.2em; margin-top: 0;'>Generate vector embeddings from various content types.</p>
103
- <p style='font-size:0.9em; margin-top: 0.5em; color: #666;'>Rate limit: {MAX_REQUESTS} requests per {TIME_WINDOW} seconds per IP</p>
104
  </div>
105
  """)
106
 
 
100
  <div style='text-align: center; margin-bottom: 24px;'>
101
  <h1 style='font-size:2.2em; margin-bottom: 0.2em;'>Vector Embedding Generator</h1>
102
  <p style='font-size:1.2em; margin-top: 0;'>Generate vector embeddings from various content types.</p>
 
103
  </div>
104
  """)
105