Timothyxxx commited on
Commit
03f8ee8
·
1 Parent(s): 9654ebc
Files changed (1) hide show
  1. app.py +10 -0
app.py CHANGED
@@ -14,6 +14,16 @@ from nsql.nsql_exec_python import NPythonExecutor
14
  from generation.generator import Generator
15
  import time
16
 
 
 
 
 
 
 
 
 
 
 
17
  ROOT_DIR = os.path.join(os.path.dirname(__file__), "./")
18
  # todo: Add more binder questions, need careful cherry-picks
19
  EXAMPLE_TABLES = {
 
14
  from generation.generator import Generator
15
  import time
16
 
17
+ st.set_page_config(
18
+ page_title="Binder Demo",
19
+ page_icon="🔗",
20
+ layout="wide",
21
+ initial_sidebar_state="expanded",
22
+ menu_items={
23
+ 'About': "Check out our [website](https://lm-code-binder.github.io/) for more details!"
24
+ }
25
+ )
26
+
27
  ROOT_DIR = os.path.join(os.path.dirname(__file__), "./")
28
  # todo: Add more binder questions, need careful cherry-picks
29
  EXAMPLE_TABLES = {