Update app.py
Browse files
app.py
CHANGED
@@ -56,9 +56,9 @@ st.header("DataChat: Chat With SQL Database")
|
|
56 |
|
57 |
|
58 |
|
59 |
-
question=st.text_input("Enter your input/question"
|
60 |
|
61 |
-
table_name = st.text_input("Enter the correct table name"
|
62 |
|
63 |
input=f"{question} in {table_name} table"
|
64 |
|
|
|
56 |
|
57 |
|
58 |
|
59 |
+
question=st.text_input("Enter your input/question")
|
60 |
|
61 |
+
table_name = st.text_input("Enter the correct table name")
|
62 |
|
63 |
input=f"{question} in {table_name} table"
|
64 |
|