Spaces:
Sleeping
Sleeping
Update app.py
Browse filesremoving footer content
app.py
CHANGED
|
@@ -67,6 +67,8 @@ demo = gr.ChatInterface(
|
|
| 67 |
theme=gr.themes.Soft(),
|
| 68 |
retry_btn=None,
|
| 69 |
undo_btn=None,
|
|
|
|
|
|
|
| 70 |
)
|
| 71 |
|
| 72 |
if __name__ == "__main__":
|
|
|
|
| 67 |
theme=gr.themes.Soft(),
|
| 68 |
retry_btn=None,
|
| 69 |
undo_btn=None,
|
| 70 |
+
show_api=False, # Removes "Use via API"
|
| 71 |
+
show_footer=False, # Removes "Built with Gradio" footer
|
| 72 |
)
|
| 73 |
|
| 74 |
if __name__ == "__main__":
|