APRG commited on
Commit
857b3ca
·
verified ·
1 Parent(s): e65922a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,5 +1,8 @@
1
  import os
 
 
2
  import inspect
 
3
  from langchain_google_genai import ChatGoogleGenerativeAI
4
  from GeneralAgent import AgenticAI
5
 
 
1
  import os
2
+ import gradio as gr
3
+ import requests
4
  import inspect
5
+ import pandas as pd
6
  from langchain_google_genai import ChatGoogleGenerativeAI
7
  from GeneralAgent import AgenticAI
8