naotokui commited on
Commit
685c69b
1 Parent(s): 0c63b51

fixed: table

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -12,6 +12,7 @@ openai.api_key = os.environ.get("OPENAI_API_KEY")
12
  # sample data
13
  markdown_table_sample = """
14
  | | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
 
15
  | BD | x | | x | | | | x | |
16
  | SD | | | | x | | | | x |
17
  | CH | x | | x | | x | | x | |
 
12
  # sample data
13
  markdown_table_sample = """
14
  | | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
15
+ |----|---|---|---|---|---|---|---|---|
16
  | BD | x | | x | | | | x | |
17
  | SD | | | | x | | | | x |
18
  | CH | x | | x | | x | | x | |