abdibrokhim commited on
Commit
c60fbad
·
1 Parent(s): 643c34b

added image

Browse files
Files changed (2) hide show
  1. app.py +1 -0
  2. assets/aimlapi_logo_big_vector.svg +103 -0
app.py CHANGED
@@ -151,6 +151,7 @@ with gr.Blocks(css=css, fill_height=True) as demo:
151
  gr.Markdown("""
152
  ## like perplexity, but with less features.
153
  #### built by [@abdibrokhim](https://yaps.gg).
 
154
  """)
155
 
156
  # State variables to hold followup ID and conversation history, plus follow-up questions text
 
151
  gr.Markdown("""
152
  ## like perplexity, but with less features.
153
  #### built by [@abdibrokhim](https://yaps.gg).
154
+ [![Powered by AI/ML API](./assets/aimlapi_logo_big_vector.svg)](https://aimlapi.com/?via=ibrohim)
155
  """)
156
 
157
  # State variables to hold followup ID and conversation history, plus follow-up questions text
assets/aimlapi_logo_big_vector.svg ADDED