chris-rannou HF staff commited on
Commit
cbd7f6f
1 Parent(s): 8bd962b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -2,6 +2,8 @@ import gradio as gr
2
  from huggingface_hub import whoami
3
 
4
 
 
 
5
  def hello(profile: gr.OAuthProfile | None) -> str:
6
  if profile is None:
7
  return "I don't know you."
 
2
  from huggingface_hub import whoami
3
 
4
 
5
+
6
+
7
  def hello(profile: gr.OAuthProfile | None) -> str:
8
  if profile is None:
9
  return "I don't know you."