Update app.py
Browse files
app.py
CHANGED
@@ -317,7 +317,6 @@ fface = gr.Interface(
|
|
317 |
fn=filecreate,
|
318 |
inputs=[file,subject,total],
|
319 |
outputs=context,
|
320 |
-
# css=".gradio-container {background-image: url('file=blue.jpg')}",
|
321 |
allow_flagging="never",flagging_options=["Save Data"])
|
322 |
|
323 |
# fface.launch(debug=True, share=True)
|
|
|
317 |
fn=filecreate,
|
318 |
inputs=[file,subject,total],
|
319 |
outputs=context,
|
|
|
320 |
allow_flagging="never",flagging_options=["Save Data"])
|
321 |
|
322 |
# fface.launch(debug=True, share=True)
|