mihalykiss commited on
Commit
2657d2b
·
verified ·
1 Parent(s): 1f06810

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -18,7 +18,7 @@ description = """
18
  </div>
19
  """
20
 
21
- bottom_text = "**Developed by SzegedAI**"
22
 
23
  # ---------- UI ----------
24
  iface = gr.Blocks(
@@ -171,6 +171,10 @@ html,body{
171
  }
172
  """
173
  )
 
 
 
 
174
  AI_texts = [""]
175
  Human_texts = [""]
176
  with iface:
 
18
  </div>
19
  """
20
 
21
+ bottom_text = "**Developed by SzegedAI - Mihaly Kiss**"
22
 
23
  # ---------- UI ----------
24
  iface = gr.Blocks(
 
171
  }
172
  """
173
  )
174
+
175
+ def classify_text():
176
+ pass
177
+
178
  AI_texts = [""]
179
  Human_texts = [""]
180
  with iface: