From 5854002ff096695afc0caa148eac2e5c880cd30e Mon Sep 17 00:00:00 2001 From: Hezi Aharon Date: Mon, 30 Dec 2024 12:21:42 +0000 Subject: [PATCH] Update app.py --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 0706c18..d0be26d 100644 --- a/app.py +++ b/app.py @@ -6,7 +6,7 @@ client = OpenAI( base_url='https://hub.societyai.com/models/llama-3-2-3b/openai/v1', ) -with gr.Blocks(css="footer {visibility: hidden}") as demo: +with gr.Blocks() as demo: chatbot = gr.Chatbot(type="messages") msg = gr.Textbox() clear = gr.Button("Clear")