qarisoft commited on
Commit
9dd8021
·
1 Parent(s): 9f539b8
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -32,7 +32,11 @@ gr.ChatInterface(ff_,
32
  retry_btn="اعادة",
33
  clear_btn="حذف",
34
  theme="soft",
35
- css="main.css"
 
 
 
 
36
  ).launch()
37
 
38
 
 
32
  retry_btn="اعادة",
33
  clear_btn="حذف",
34
  theme="soft",
35
+ css="""
36
+ footer.svelte-1ax1toq {
37
+ display: none !important;
38
+ }
39
+ """,
40
  ).launch()
41
 
42