Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ data_ingestion_from_directory()
|
|
90 |
def predict(message, history):
|
91 |
logo_html = '''
|
92 |
<div class="circle-logo">
|
93 |
-
<img src="
|
94 |
</div>
|
95 |
'''
|
96 |
response = handle_query(message)
|
@@ -202,7 +202,7 @@ css = '''
|
|
202 |
|
203 |
logo_html = '''
|
204 |
<div class="gradio-logo">
|
205 |
-
<img src="
|
206 |
</div>
|
207 |
'''
|
208 |
|
|
|
90 |
def predict(message, history):
|
91 |
logo_html = '''
|
92 |
<div class="circle-logo">
|
93 |
+
<img src="https://rb.gy/8r06eg" alt="FernAi">
|
94 |
</div>
|
95 |
'''
|
96 |
response = handle_query(message)
|
|
|
202 |
|
203 |
logo_html = '''
|
204 |
<div class="gradio-logo">
|
205 |
+
<img src="https://i.ibb.co/xfWKwkG/Screenshot-2024-07-08-032131.png" alt="FernAi" style="display: block; margin: 0 auto; width: 100px; height: 100px;">
|
206 |
</div>
|
207 |
'''
|
208 |
|