Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -296,7 +296,7 @@ examples = [
|
|
296 |
with gr.Blocks(theme='gradio/soft', fill_height=True) as demo:
|
297 |
gr.Markdown(
|
298 |
"""
|
299 |
-
<img src="http://jisulog.kim/profile.png" alt="Profile Image" style="width:
|
300 |
|
301 |
# 😊 Hi Hi Hawaii, I am Jisu Kim!
|
302 |
|
@@ -317,4 +317,4 @@ with gr.Blocks(theme='gradio/soft', fill_height=True) as demo:
|
|
317 |
gr.ChatInterface(predict, examples=examples)
|
318 |
|
319 |
if __name__ == "__main__":
|
320 |
-
demo.launch(height=
|
|
|
296 |
with gr.Blocks(theme='gradio/soft', fill_height=True) as demo:
|
297 |
gr.Markdown(
|
298 |
"""
|
299 |
+
<img src="http://jisulog.kim/profile.png" alt="Profile Image" style="width: 200px; height: auto; border-radius: 50%;">
|
300 |
|
301 |
# 😊 Hi Hi Hawaii, I am Jisu Kim!
|
302 |
|
|
|
317 |
gr.ChatInterface(predict, examples=examples)
|
318 |
|
319 |
if __name__ == "__main__":
|
320 |
+
demo.launch(height=1000)
|