taruschirag commited on
Commit
d6658d9
·
verified ·
1 Parent(s): 81bc100

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -1
app.py CHANGED
@@ -200,7 +200,16 @@ demo = gr.Interface(
200
  label="Select Model",
201
  value="Qwen/Qwen3-0.6B",
202
  info="The 8B model is more powerful but may be slower to load and run."
203
- )
 
 
 
 
 
 
 
 
 
204
  ],
205
  outputs=gr.Textbox(label="Compliance Output", lines=10, max_lines=15),
206
  title="DynaGuard Compliance Checker",
 
200
  label="Select Model",
201
  value="Qwen/Qwen3-0.6B",
202
  info="The 8B model is more powerful but may be slower to load and run."
203
+ ),
204
+ gr.Tab("Feedback"):
205
+ gr.HTML(
206
+ """
207
+ <iframe src="https://docs.google.com/forms/d/e/YOUR_FORM_ID/viewform?embedded=true"
208
+ width="100%" height="800" frameborder="0" marginheight="0" marginwidth="0">
209
+ Loading…
210
+ </iframe>
211
+ """
212
+ )
213
  ],
214
  outputs=gr.Textbox(label="Compliance Output", lines=10, max_lines=15),
215
  title="DynaGuard Compliance Checker",