YixuanWang commited on
Commit
2dd118d
·
verified ·
1 Parent(s): c4ee5b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -168,8 +168,8 @@ def create_gradio_interface(recommendation_system: RecommendationSystem) -> gr.I
168
  html = '<div style="font-family: sans-serif;">'
169
 
170
  html += '''
171
- <div style="margin-bottom: 20px; padding: 15px; background-color: #1a1a1a; color: white; border-radius: 8px;">
172
- <h3 style="margin-top: 0;">Score Guide</h3>
173
  <ul style="margin: 0;">
174
  <li><strong>Credibility</strong>: Assessment of content reliability</li>
175
  <li><strong>Sentiment</strong>: Text emotional analysis (Positive/Negative/Neutral)</li>
 
168
  html = '<div style="font-family: sans-serif;">'
169
 
170
  html += '''
171
+ <div style="margin-bottom: 20px; padding: 15px; background-color: #ffffff; color: #333333; border: 1px solid #e0e0e0; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
172
+ <h3 style="margin-top: 0; color: #333333;">Score Guide</h3>
173
  <ul style="margin: 0;">
174
  <li><strong>Credibility</strong>: Assessment of content reliability</li>
175
  <li><strong>Sentiment</strong>: Text emotional analysis (Positive/Negative/Neutral)</li>