vivek-bombatkar commited on
Commit
b462d08
·
verified ·
1 Parent(s): 665d23d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ def main():
93
  )
94
 
95
  # Inputs
96
- input_text = st.text_area('Enter your natural language query...')
97
  schema_name = st.text_input('Enter the schema name (optional):', placeholder="e.g., public")
98
  table_name = st.text_input('Enter the table name:', placeholder="e.g., users")
99
 
 
93
  )
94
 
95
  # Inputs
96
+ input_text = st.text_area('Enter your natural language query...', placeholder="e.g., Get total sales for this month")
97
  schema_name = st.text_input('Enter the schema name (optional):', placeholder="e.g., public")
98
  table_name = st.text_input('Enter the table name:', placeholder="e.g., users")
99