Update app.py
Browse files
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 |
|