seawolf2357 commited on
Commit
7679be6
·
verified ·
1 Parent(s): 00d2cc0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +18 -15
app.py CHANGED
@@ -18,11 +18,14 @@ def create_home_screen():
18
  gr.Image("gif.gif", show_label=False)
19
  with gr.Column(scale=2):
20
  gr.Markdown("""
21
- ## AI Breakthrough in Medical Research
22
- Scientists have developed a new AI model that can predict
23
- potential drug candidates for various diseases with unprecedented
24
- accuracy. This breakthrough could significantly speed up the
25
- drug discovery process and bring new treatments to patients faster.
 
 
 
26
  """)
27
 
28
  # News Item 2
@@ -31,11 +34,11 @@ def create_home_screen():
31
  gr.Image("news2.jpg", show_label=False)
32
  with gr.Column(scale=2):
33
  gr.Markdown("""
34
- ## Quantum Computing Milestone Achieved
35
- Researchers have successfully demonstrated quantum supremacy
36
- in a practical application for the first time. This achievement
37
- marks a significant step forward in the field of quantum computing
38
- and its potential real-world applications.
39
  """)
40
 
41
  # News Item 3
@@ -44,11 +47,11 @@ def create_home_screen():
44
  gr.Image("news1.jpg", show_label=False)
45
  with gr.Column(scale=2):
46
  gr.Markdown("""
47
- ## New Renewable Energy Technology Shows Promise
48
- A team of engineers has developed a highly efficient solar panel
49
- that can generate electricity even at night. This innovation could
50
- revolutionize the renewable energy sector and accelerate the
51
- transition to clean energy sources.
52
  """)
53
 
54
  return home
 
18
  gr.Image("gif.gif", show_label=False)
19
  with gr.Column(scale=2):
20
  gr.Markdown("""
21
+ ## HuGPU.AI 멤버쉽: 최신 뉴스
22
+ -
23
+ -
24
+ -
25
+ -
26
+ -
27
+ -
28
+ -
29
  """)
30
 
31
  # News Item 2
 
34
  gr.Image("news2.jpg", show_label=False)
35
  with gr.Column(scale=2):
36
  gr.Markdown("""
37
+ ## 멤버쉽 프로그램 안내
38
+ -
39
+ -
40
+ -
41
+ -
42
  """)
43
 
44
  # News Item 3
 
47
  gr.Image("news1.jpg", show_label=False)
48
  with gr.Column(scale=2):
49
  gr.Markdown("""
50
+ ## EveryText
51
+ -
52
+ -
53
+ -
54
+ -
55
  """)
56
 
57
  return home