Hadeeratef91 commited on
Commit
53cd3f0
·
verified ·
1 Parent(s): 59b3651

Update interface.py

Browse files
Files changed (1) hide show
  1. interface.py +4 -3
interface.py CHANGED
@@ -1,9 +1,10 @@
1
  import gradio as gr
2
  import requests
3
 
4
- API_URL = "https://Hadeeratef91/Complaint.hf.space/complaints/"
5
- STATUS_UPDATE_URL = "https://Hadeeratef91/Complaint.hf.space/complaints/{complaint_id}/status/"
6
- EXPORT_URL = "https://Hadeeratef91/Complaint.hf.space/export/"
 
7
 
8
  def submit_complaint(title, description):
9
  try:
 
1
  import gradio as gr
2
  import requests
3
 
4
+ API_URL = "https://hadeeratef91-complaint.hf.space/complaints/"
5
+ STATUS_UPDATE_URL = "https://hadeeratef91-complaint.hf.space/complaints/{complaint_id}/status/"
6
+ EXPORT_URL = "https://hadeeratef91-complaint.hf.space/export/"
7
+
8
 
9
  def submit_complaint(title, description):
10
  try: