Moibe commited on
Commit
6dbc968
·
1 Parent(s): 5236afa

Remove footer

Browse files
Files changed (1) hide show
  1. app.py +0 -7
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)