wjlgatech commited on
Commit
383faa0
1 Parent(s): 00d231f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -2
README.md CHANGED
@@ -1,3 +1,16 @@
1
- # Testing00 model
2
 
3
- Hello, it's testing for fun. Take it easy!
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # This is the README.md of Testing00 model
2
 
3
+ Hello, it's testing for fun. Take it easy!
4
+
5
+ ## Section1
6
+ $$ y_1 + x_2 = z_3$$
7
+ ## Section2
8
+ ```python
9
+ import pandas as pd
10
+ df = pd.DataFrame({'col1':[1, 22, 333], 'col2':['a', 'bb', 'ccc']})
11
+ ```
12
+ ## Section3
13
+ ```bash
14
+ !pip install huggingface-cli
15
+ !huggingface-cli login
16
+ ```