zamal commited on
Commit
50231aa
·
verified ·
1 Parent(s): 69b08d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -144,8 +144,9 @@ with gr.Blocks(
144
  </div>
145
  <div style="text-align: center; margin-top: 10px;">
146
  <p style="margin: 0;">
 
147
  Explore GitHub repositories with deep semantic search.<br>
148
- Check out our <a href="https://github.com/zamalali/DeepGit" target="_blank">GitHub</a> for more details.
149
  </p>
150
  </div>
151
  </div>
@@ -158,7 +159,7 @@ with gr.Blocks(
158
  with gr.Column(elem_id="main-container"):
159
  research_input = gr.Textbox(
160
  label="Research Query",
161
- placeholder="Enter your research topic here, e.g., 'data augmentation pipelines for LLM fine-tuning'",
162
  lines=3
163
  )
164
  run_button = gr.Button("Run DeepGit Lite", variant="primary")
 
144
  </div>
145
  <div style="text-align: center; margin-top: 10px;">
146
  <p style="margin: 0;">
147
+ DeepGit-lite is a nano version of DeepGit 🌱<br>
148
  Explore GitHub repositories with deep semantic search.<br>
149
+ Check out our <a href="https://github.com/zamalali/DeepGit" target="_blank">GitHub</a> to explore the full DeepGit version. <br> Give a ⭐ on GitHub. <br>
150
  </p>
151
  </div>
152
  </div>
 
159
  with gr.Column(elem_id="main-container"):
160
  research_input = gr.Textbox(
161
  label="Research Query",
162
+ placeholder="Enter your research topic here, simply describe as detailed as possible for wider context e.g., 'data augmentation pipelines for LLM fine-tuning'",
163
  lines=3
164
  )
165
  run_button = gr.Button("Run DeepGit Lite", variant="primary")