prithivMLmods commited on
Commit
57a2a7f
β€’
1 Parent(s): 05354f6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -69,6 +69,14 @@ app.add_middleware(
69
 
70
  app = gr.mount_gradio_app(app, interface, path="/")
71
  ```
 
 
 
 
 
 
 
 
72
 
73
  ## Trigger words
74
 
 
69
 
70
  app = gr.mount_gradio_app(app, interface, path="/")
71
  ```
72
+ ## App File Structure
73
+
74
+ /project-root/
75
+ β”‚
76
+ β”œβ”€β”€ .gitattributes
77
+ β”œβ”€β”€ README.md
78
+ β”œβ”€β”€ app.py
79
+ β”œβ”€β”€ pythonproject.py
80
 
81
  ## Trigger words
82