Salma Hassan commited on
Commit
a6208be
·
1 Parent(s): e567d88

Update app.py to modify the CSS styles for workflow card 4, changing the gradient background colors to enhance visual appeal and maintain consistency with the overall design of the Clinical Trial Matching Chatbot.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -475,7 +475,7 @@ if __name__ == "__main__":
475
  with gr.Row():
476
  with gr.Column():
477
  gr.Markdown("""
478
- <div style="background: linear-gradient(135deg, #fed7aa, #fdba74); border: 2px solid #ea580c; border-radius: 12px; padding: 15px; text-align: center; margin: 5px; color: #000000 !important;">
479
  <div style="font-size: 2em; color: #000000 !important;">⚙️</div>
480
  <strong style="color: #000000 !important;">4. Data Processing</strong><br>
481
  <small style="color: #000000 !important;">Patient data is tokenized and preprocessed for analysis.</small>
 
475
  with gr.Row():
476
  with gr.Column():
477
  gr.Markdown("""
478
+ <div style="background: linear-gradient(135deg, #fa9d5a, #c9793e); border: 2px solid #ea580c; border-radius: 12px; padding: 15px; text-align: center; margin: 5px; color: #000000 !important;">
479
  <div style="font-size: 2em; color: #000000 !important;">⚙️</div>
480
  <strong style="color: #000000 !important;">4. Data Processing</strong><br>
481
  <small style="color: #000000 !important;">Patient data is tokenized and preprocessed for analysis.</small>