themissingCRAM commited on
Commit
70321b0
·
1 Parent(s): a37048e

blocks experiment i am stuck in this situation of table not existing within gradio blocks or GradioUI

Browse files
Files changed (2) hide show
  1. app.py +0 -3
  2. requirements.txt +0 -1
app.py CHANGED
@@ -127,9 +127,6 @@ if __name__ == "__main__":
127
 
128
  agent = CodeAgent(
129
  tools=[sql_engine_tool],
130
- # system_prompt="""
131
- # You are a text to sql converter
132
- # """,
133
  model=model,
134
  max_steps=1,
135
  verbosity_level=1,
 
127
 
128
  agent = CodeAgent(
129
  tools=[sql_engine_tool],
 
 
 
130
  model=model,
131
  max_steps=1,
132
  verbosity_level=1,
requirements.txt CHANGED
@@ -4,4 +4,3 @@ python-dotenv==1.1.0
4
  sqlalchemy==2.0.40
5
  gradio>=5.23.1
6
  spaces>0.0.0
7
- sqlite3>3.13.2
 
4
  sqlalchemy==2.0.40
5
  gradio>=5.23.1
6
  spaces>0.0.0