Spaces:
Sleeping
Sleeping
Remove footer
Browse files
app.py
CHANGED
@@ -148,11 +148,4 @@ with gr.Blocks(theme=gr.themes.Base(), css="footer {visibility: hidden}") as mai
|
|
148 |
allow_flagging='auto'
|
149 |
)
|
150 |
|
151 |
-
with gr.Row():
|
152 |
-
gr.Markdown(visible=True)
|
153 |
-
gr.Markdown(visible=True)
|
154 |
-
gr.Markdown(visible=True)
|
155 |
-
lbl_credits = gr.Textbox(label="Credits Available", value="205", interactive=False, scale=1)
|
156 |
-
|
157 |
-
|
158 |
main.launch(auth=authenticate)
|
|
|
148 |
allow_flagging='auto'
|
149 |
)
|
150 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
151 |
main.launch(auth=authenticate)
|