RenAzum commited on
Commit
65e9f27
1 Parent(s): 55dc54d

Updating Image Link

Browse files
Files changed (2) hide show
  1. README.md +1 -4
  2. app.py +1 -1
README.md CHANGED
@@ -1,6 +1,6 @@
1
  # RENESIS TECH
2
 
3
- ![Image of your organization's logo](/src/renesis-tech.jpg)
4
 
5
  **Description:**
6
  *Providing state-of-the-Art solutions related in the field of game development, web3, and AI.*
@@ -27,6 +27,3 @@
27
 
28
  **Organization Type:**
29
  *Company to incubate innovation*
30
-
31
-
32
-
 
1
  # RENESIS TECH
2
 
3
+ ![Image of your organization's logo](https://i.ibb.co/2F9h0vB/renesis-tech.jpg)
4
 
5
  **Description:**
6
  *Providing state-of-the-Art solutions related in the field of game development, web3, and AI.*
 
27
 
28
  **Organization Type:**
29
  *Company to incubate innovation*
 
 
 
app.py CHANGED
@@ -37,7 +37,7 @@ iface = gr.Interface(
37
  )
38
 
39
  # Add a logo to the top center
40
- iface.logo = "your_logo.png"
41
 
42
  # Launch the Gradio app
43
  iface.launch()
 
37
  )
38
 
39
  # Add a logo to the top center
40
+ iface.logo = "/src/renesis-tech.jpg"
41
 
42
  # Launch the Gradio app
43
  iface.launch()