Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -92,7 +92,7 @@ def launch_interface():
|
|
| 92 |
]
|
| 93 |
outputs = gradio.outputs.Textbox(label="Our AI Lawyer Reply")
|
| 94 |
|
| 95 |
-
interface = gradio.Interface(fn=validate_passcode, inputs=inputs, outputs=outputs, title="For
|
| 96 |
interface.launch()
|
| 97 |
|
| 98 |
if __name__ == "__main__":
|
|
|
|
| 92 |
]
|
| 93 |
outputs = gradio.outputs.Textbox(label="Our AI Lawyer Reply")
|
| 94 |
|
| 95 |
+
interface = gradio.Interface(fn=validate_passcode, inputs=inputs, outputs=outputs, title="For Mayfair Partner's", description="Mayfair x ThePlug")
|
| 96 |
interface.launch()
|
| 97 |
|
| 98 |
if __name__ == "__main__":
|