Luciano665 commited on
Commit
f3c73d2
·
verified ·
1 Parent(s): 0b64f30

Fix of the UI

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -212,10 +212,10 @@ def create_ui():
212
  gr.Markdown("## Codebase Chat App with Repository Management")
213
  gr.Markdown("""
214
  **Instructions:**
215
- 1. Enter the GitHub repository URL you wish to clone and click **Git Clone 😺**.
216
- 2. After cloning, to see the new repository appear in the namespace dropdown, type any character into the URL box and click **Git Clone 😺** again.
217
- 3. Select the desired namespace from the dropdown.
218
- 4. Use the chatbot below to interact with the selected codebase.
219
  """)
220
 
221
  with gr.Row():
 
212
  gr.Markdown("## Codebase Chat App with Repository Management")
213
  gr.Markdown("""
214
  **Instructions:**
215
+ 1. Enter the GitHub repository URL you wish to clone and click **Git Clone 😺**.
216
+ 2. After cloning, to see the new repository appear in the namespace dropdown, type any character into the URL box and click **Git Clone 😺** again.
217
+ 3. Select the desired namespace from the dropdown.
218
+ 4. Use the chatbot below to interact with the selected codebase.
219
  """)
220
 
221
  with gr.Row():