hsienchen commited on
Commit
2d3ae4b
β€’
1 Parent(s): 5e1b277

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -0
app.py CHANGED
@@ -160,6 +160,18 @@ with gr.Blocks() as app2:
160
 
161
  """)
162
 
 
 
 
 
 
 
 
 
 
 
 
 
163
  with gr.Blocks() as app3:
164
  with gr.Column():
165
  gr.Markdown("## πŸ‡ Route Planning Rabbit ##")
 
160
 
161
  """)
162
 
163
+ gr.Markdown("""
164
+ - [x] Sample Inventory Table
165
+ - [X] Screen Capture and Paste
166
+ """)
167
+ gr.Markdown("""
168
+ | Item ID | Quantity | Minimum|Contact Phone|
169
+ |--|--|--|--|
170
+ | #01 | 50 | 20 | 1234|
171
+ | #02 | 40 | 50 | 3456|
172
+ | #03 | 80 | 20 | 1234|
173
+
174
+ """)
175
  with gr.Blocks() as app3:
176
  with gr.Column():
177
  gr.Markdown("## πŸ‡ Route Planning Rabbit ##")