ravithejak commited on
Commit
72870b9
1 Parent(s): 4e0406e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -10,8 +10,5 @@ llm =HuggingFaceHub(repo_id='google/flan-t5-large')
10
  st.title("SQL Query Generator")
11
  st.write("Returns and runs queries from questions in natural language.")
12
 
13
- our_query ="what is india"
14
- completion= llm(our_query)
15
- print(completion)
16
 
17
 
 
10
  st.title("SQL Query Generator")
11
  st.write("Returns and runs queries from questions in natural language.")
12
 
 
 
 
13
 
14