zephO-O commited on
Commit
fd71f5d
Β·
verified Β·
1 Parent(s): 1449f93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -7
app.py CHANGED
@@ -109,10 +109,7 @@ print(test_output)
109
 
110
  import gradio as gr
111
 
112
- with gr.Blocks(
113
- title="πŸ“š Personalized Study Assistant",
114
- theme=gr.themes.Soft(primary_hue="violet"),
115
- ) as demo:
116
 
117
  # ── Header ────────────────────────────────────────────────
118
  gr.Markdown("""
@@ -141,9 +138,8 @@ with gr.Blocks(
141
 
142
  # ── Output ────────────────────────────────────────────────
143
  output_box = gr.Textbox(
144
- label="Study Assistant Response",
145
- lines=18,
146
- show_copy_button=True,
147
  )
148
 
149
  # ── Mode description cards ────────────────────────────────
 
109
 
110
  import gradio as gr
111
 
112
+ with gr.Blocks(title="πŸ“š Personalized Study Assistant") as demo:
 
 
 
113
 
114
  # ── Header ────────────────────────────────────────────────
115
  gr.Markdown("""
 
138
 
139
  # ── Output ────────────────────────────────────────────────
140
  output_box = gr.Textbox(
141
+ label="Study Assistant Response",
142
+ lines=18,
 
143
  )
144
 
145
  # ── Mode description cards ────────────────────────────────