Update app.py
Browse files
app.py
CHANGED
@@ -107,7 +107,7 @@ interface = gr.Interface(
|
|
107 |
article='Step-by-step on GitHub <a href="https://github.com/Adrian8aS/Machine-Learning-App-Gradio/blob/21246d9ba87859e9068369b89d48b4c6ee13dfe5/Proyecto%20integrador.ipynb"> notebook </a> '+
|
108 |
'<br>Dashboard of our train data <a href="https://1drv.ms/x/s!At7E16oDTBiKktUagvJHHpF5CCoITA?e=fOLjUq"> here! </a> '+
|
109 |
'<br>Privacy Policy <a href="https://raw.githubusercontent.com/rulasvrdz/DataMining/main/Texto.txt"> here! </a> '+
|
110 |
-
|
111 |
allow_flagging = "never",
|
112 |
fn = greet,
|
113 |
inputs = [
|
|
|
107 |
article='Step-by-step on GitHub <a href="https://github.com/Adrian8aS/Machine-Learning-App-Gradio/blob/21246d9ba87859e9068369b89d48b4c6ee13dfe5/Proyecto%20integrador.ipynb"> notebook </a> '+
|
108 |
'<br>Dashboard of our train data <a href="https://1drv.ms/x/s!At7E16oDTBiKktUagvJHHpF5CCoITA?e=fOLjUq"> here! </a> '+
|
109 |
'<br>Privacy Policy <a href="https://raw.githubusercontent.com/rulasvrdz/DataMining/main/Texto.txt"> here! </a> '+
|
110 |
+
'<br><br> ~ Project Coeur',
|
111 |
allow_flagging = "never",
|
112 |
fn = greet,
|
113 |
inputs = [
|