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

actually correct app.py file

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -212,8 +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. Select a namespace and interact with the chatbot below.
 
 
217
  """)
218
 
219
  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():