Kuberwastaken commited on
Commit
60cc58b
·
1 Parent(s): ce621ec

Fixed Attribution

Browse files
Files changed (1) hide show
  1. gradio_app.py +2 -5
gradio_app.py CHANGED
@@ -85,16 +85,13 @@ label {
85
  .footer {
86
  text-align: center;
87
  position: absolute;
88
- bottom: 0;
89
  width: 100%;
90
- background: rgba(255, 255, 255, 0.9);
91
- padding: 10px 0;
92
- box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
93
  font-size: 1.2em;
94
- font-weight: bold;
95
  color: #6366f1;
96
  }
97
 
 
98
  """
99
 
100
  def analyze_with_loading(text, progress=gr.Progress()):
 
85
  .footer {
86
  text-align: center;
87
  position: absolute;
88
+ bottom: 10px;
89
  width: 100%;
 
 
 
90
  font-size: 1.2em;
 
91
  color: #6366f1;
92
  }
93
 
94
+
95
  """
96
 
97
  def analyze_with_loading(text, progress=gr.Progress()):