DharavathSri commited on
Commit
9d3f976
·
verified ·
1 Parent(s): b67fa53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,7 +15,7 @@ st.set_page_config(
15
  st.markdown("""
16
  <style>
17
  .stApp {
18
- background-image: linear-gradient(135deg, #f5f7fa 0%, #e4f0f8 100%);
19
  }
20
  .sidebar .sidebar-content {
21
  background-image: linear-gradient(135deg, #6B73FF 0%, #000DFF 100%);
@@ -41,7 +41,7 @@ st.markdown("""
41
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
42
  }
43
  .chat-container {
44
- background-color: rgba(255, 255, 255, 0.95);
45
  border-radius: 15px;
46
  padding: 20px;
47
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
 
15
  st.markdown("""
16
  <style>
17
  .stApp {
18
+ background-image: linear-gradient(135deg, #ffcccc 0%, #ff9999 100%);
19
  }
20
  .sidebar .sidebar-content {
21
  background-image: linear-gradient(135deg, #6B73FF 0%, #000DFF 100%);
 
41
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
42
  }
43
  .chat-container {
44
+ background-color: rgba(255, 230, 230, 0.95);
45
  border-radius: 15px;
46
  padding: 20px;
47
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);