Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
@@ -146,8 +146,8 @@ if __name__ == "__main__":
|
|
146 |
fn=chatbot,
|
147 |
inputs=gr.Textbox(lines=7, placeholder="Enter your query here..."),
|
148 |
outputs=gr.Textbox(lines=7, placeholder="Response from MTC will appear here..."),
|
149 |
-
title="
|
150 |
-
description="Ask questions about MTC
|
151 |
)
|
152 |
interface.launch()
|
153 |
|
|
|
146 |
fn=chatbot,
|
147 |
inputs=gr.Textbox(lines=7, placeholder="Enter your query here..."),
|
148 |
outputs=gr.Textbox(lines=7, placeholder="Response from MTC will appear here..."),
|
149 |
+
title="Apprenez le savoir psychique",
|
150 |
+
description="Ask psychic questions about MTC."
|
151 |
)
|
152 |
interface.launch()
|
153 |
|