Abid Ali Awan commited on
Commit
7b01a99
1 Parent(s): 84b4030

added image to readme

Browse files
Files changed (2) hide show
  1. Images/app.png +0 -0
  2. README.md +2 -2
Images/app.png ADDED
README.md CHANGED
@@ -12,7 +12,7 @@ short_description: Real-time AI App with Groq API and LangChain
12
  ---
13
  ## Project Diagram
14
 
15
- ![Project Diagram](./Images\diagram.png)
16
 
17
  ## To run the App
18
  1. Generate the Groq API by going to the website: https://console.groq.com/keys.
@@ -20,4 +20,4 @@ short_description: Real-time AI App with Groq API and LangChain
20
  3. Install all the required Python Packages using `pip install -r requirements.txt`
21
  4. Run the Gradio app file `python app.py`
22
 
23
- ![image](https://github.com/user-attachments/assets/665d7df4-4fd3-47d4-91a1-a3cd52b31de7)
 
12
  ---
13
  ## Project Diagram
14
 
15
+ ![Project Diagram](./Images/diagram.png)
16
 
17
  ## To run the App
18
  1. Generate the Groq API by going to the website: https://console.groq.com/keys.
 
20
  3. Install all the required Python Packages using `pip install -r requirements.txt`
21
  4. Run the Gradio app file `python app.py`
22
 
23
+ ![image](./Images/app.png)